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
RequestResponse
public class TypedEntityPropertyAttribute : AttributeConstructors
TypedEntityPropertyAttribute(string)
Initializes a new instance of the TypedEntityPropertyAttribute class.
Declaration
RequestResponse
public TypedEntityPropertyAttribute(string propertyName)Parameters
| Type | Name | Description |
|---|---|---|
| string | propertyName |
The property name. |
Properties
PropertyName
Gets the property name.
Declaration
RequestResponse
public string PropertyName { get; }Property Value
| Type | Description |
|---|---|
| string |