Class TypedEntityPropertyAttribute
By default the entity property name is inferred from the declared property name. If that name is not suitable, this attribute allows to specify an alternate name.
Inheritance
object
TypedEntityPropertyAttribute
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsTypedAttributes
Assembly: Stylelabs.M.Sdk.dll
Syntax
Constructors
TypedEntityPropertyAttribute(string)
Initializes a new instance of the TypedEntityPropertyAttribute class.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| string | propertyName |
The property name. |
Properties
PropertyName
Gets the property name.
Declaration
Property Value
| Type | Description |
|---|---|
| string |