Search Results for

    Show / Hide Table of Contents
    View Source

    Class UdiDefinitionAttribute

    Inheritance
    object
    Attribute
    Namespace: Umbraco.Cms.Core
    Assembly: Umbraco.Core.dll
    Syntax
    [AttributeUsage(AttributeTargets.Class, AllowMultiple = true, Inherited = false)]
    public sealed class UdiDefinitionAttribute : Attribute

    Constructors

    View Source

    UdiDefinitionAttribute(string, UdiType)

    Declaration
    public UdiDefinitionAttribute(string entityType, UdiType udiType)
    Parameters
    Type Name Description
    string entityType
    UdiType udiType

    Properties

    View Source

    EntityType

    Declaration
    public string EntityType { get; }
    Property Value
    Type Description
    string
    View Source

    UdiType

    Declaration
    public UdiType UdiType { get; }
    Property Value
    Type Description
    UdiType
    • Edit this page
    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX