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