View Source
Class UdiDefinitionAttribute
Inheritance
System.Object
System.Attribute
Assembly: Umbraco.Core.dll
Syntax
[AttributeUsage(AttributeTargets.Class, AllowMultiple = true, Inherited = false)]
public sealed class UdiDefinitionAttribute : Attribute, _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