Class ImplementPropertyTypeAttribute
Indicates that a property implements a given property alias.
Inheritance
System.Object
System.Attribute
Namespace: Umbraco.Cms.Infrastructure.ModelsBuilder
Assembly: cs.temp.dll.dll
Syntax
[AttributeUsage(AttributeTargets.Property)]
public class ImplementPropertyTypeAttribute : Attribute, _Attribute
Remarks
And therefore it should not be generated.
Constructors
ImplementPropertyTypeAttribute(String)
Declaration
public ImplementPropertyTypeAttribute(string alias)
Parameters
Type | Name | Description |
---|---|---|
System. |
alias |
Properties
Alias
Declaration
public string Alias { get; }
Property Value
Type | Description |
---|---|
System. |