Search Results for

    Show / Hide Table of Contents
    View Source

    Class UdiDefinitionAttribute

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core
    Assembly: Umbraco.Core.dll
    Syntax
    public sealed class UdiDefinitionAttribute : Attribute

    Constructors

    View Source

    UdiDefinitionAttribute(String, UdiType)

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

    Properties

    View Source

    EntityType

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

    UdiType

    Declaration
    public UdiType UdiType { get; }
    Property Value
    Type Description
    UdiType
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • UdiDefinitionAttribute(String, UdiType)
    • Properties
      • EntityType
      • UdiType
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX