Table of Contents

Class FieldValueConversionGroup

Namespace
Dynamicweb.Ecommerce.Products.FieldValueConversions
Assembly
Dynamicweb.Ecommerce.dll

Represents a value conversion group which can be associated with a product field

public class FieldValueConversionGroup
Inheritance
FieldValueConversionGroup
Inherited Members

Properties

BaseUnitId

Gets or sets the base conversion unit id of the group.

public int BaseUnitId { get; set; }

Property Value

int

Id

Gets or sets the field conversion group id.

public int Id { get; set; }

Property Value

int

Name

Gets or sets the field conversion group name.

public string Name { get; set; }

Property Value

string

SystemName

Gets or sets the field conversion group system name.

public string SystemName { get; set; }

Property Value

string
To top