ProductPropertyDefinition
Class ProductPropertyDefinition.
Name | Description | Type | Additional information |
---|---|---|---|
Id |
Gets or sets the identifier. |
integer |
Required |
ShopGroupId |
Gets or sets the shop group identifier. |
integer |
None. |
Code |
Gets or sets the code. |
string |
Required Max length: 50 |
Caption |
Gets or sets the caption. |
string |
Required Max length: 80 |
DataType |
Gets the type of the data. |
ProductPropertyDataType |
Max length: 15 |
DefaultValue |
Gets or sets the default value. |
string |
Max length: 100 |
IsRequired |
Gets or sets a value indicating whether this instance is required. |
boolean |
Required |
IsHidden |
Gets or sets a value indicating whether this instance is hidden. |
boolean |
Required |
IsSystemProperty |
Gets a value indicating whether this instance is system property. |
boolean |
None. |
Translations |
Culture specific translations. |
Collection of ProductPropertyDefinitionTranslation |
None. |
LookupValues |
Possible lookup values for this property. This collection is only filled when the DataType=DropDown (7). |
Collection of ProductPropertyDefLookupValue |
None. |