Class FieldValueConversion
- Namespace
- Dynamicweb.Ecommerce.Products.FieldValueConversions
- Assembly
- Dynamicweb.Ecommerce.dll
Represents a value conversion unit which can be associated with a product field
public class FieldValueConversion
- Inheritance
-
FieldValueConversion
- Inherited Members
Properties
Factor
Gets or sets a value conversion factor.
public double Factor { get; set; }
Property Value
Id
Gets or sets the field conversion id.
public int Id { get; set; }
Property Value
Name
Gets or sets name/symbol.
public string Name { get; set; }
Property Value
ParentGroupId
Gets or sets parent group id.
public int ParentGroupId { get; set; }
Property Value
Sort
Gets or sets the sort order within the group.
public int Sort { get; set; }
Property Value
SystemName
Gets or sets system name.
public string SystemName { get; set; }