View Source
Class UdiDefinitionAttribute
Inheritance
object
Attribute
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
View Source
UdiType
Declaration
public UdiType UdiType { get; }
Property Value