Class ProductGroupField
- Namespace
- Dynamicweb.Ecommerce.Products
- Assembly
- Dynamicweb.Ecommerce.dll
Represents information about product group.
- Inheritance
-
Product
Group Field
- Inherited Members
Constructors
ProductGroupField()
Initializes a new instance of the Product
Properties
Description
The description of this field.
Property Value
FieldValueConversionDecimals
Gets or sets number of decimals to use
Property Value
FieldValueConversionDisplayRule
Gets or sets Indication for how to present the Value in channel/frontend
Property Value
FieldValueConversionPreset
Gets or sets Id from selected field value conversion, to use as Presentation unit
Property Value
- int?
Id
Gets or sets the ID.
Property Value
- string
The ID.
ListPresentationType
Gets or sets the presentation type for this field (only applies for product group fields of type "list").
Property Value
Remarks
Setting this property only makes sense for product group fields of type "list".
Locked
Gets or sets a value indicating whether this Product
Property Value
- bool
true
if locked; otherwise,false
.
Name
Gets or sets the name.
Property Value
- string
The name.
Required
Gets or sets required value.
Property Value
Sort
Gets or sets the sort.
Property Value
- int
The sort.
SystemName
Gets or sets system name.
Property Value
- string
System name.
TemplateName
Gets or sets the name of the template.
Property Value
- string
The template name.
TypeId
Gets or sets the type of ID.
Property Value
- int
The type of ID.
TypeName
Gets or sets the name of the type.
Property Value
- string
The type name.
Types
Gets or sets the types.
Property Value
- IEnumerable<Field
Type > The types.
Methods
Delete()
Deletes this instance from DB.
Delete(string)
Deletes the instance from DB by ProductGroupFieldID.
Parameters
fieldId
stringDB field name is ProductGroupFieldID.
Save(string)
Saves the properties into DB.
Parameters
fieldId
stringDB field name is ProductGroupFieldID.