Class PropertyBase
Base implementation of IProperty.
Inherited Members
Namespace: StylelabsStylelabs.MSdkStylelabs.M.Sdk.ModelsBase
Assembly: Stylelabs.M.Sdk.dll
Syntax
Constructors
PropertyBase(string, bool, Type)
Initializes a new instance of the PropertyBase class.
Declaration
Parameters
| Type | Name | Description |
|---|---|---|
| string | name |
The name of the property. |
| bool | isMultilingual |
Indicates if the property is multi-value. |
| Type | type |
The type of the property. |
Properties
DataType
Gets the data type.
Declaration
Property Value
| Type | Description |
|---|---|
| Type |
DefinitionType
Gets the definition type.
Declaration
Property Value
| Type | Description |
|---|---|
| MemberDefinitionType |
Overrides
IsMultiLanguage
Gets a value indicating whether the property is multi-value or not.
Declaration
Property Value
| Type | Description |
|---|---|
| bool |
Methods
GetTypeName()
Gets the type name of the subtype.
Declaration
Returns
| Type | Description |
|---|---|
| string |
Name of the subtype. |