Table of Contents

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

double

Id

Gets or sets the field conversion id.

public int Id { get; set; }

Property Value

int

Name

Gets or sets name/symbol.

public string Name { get; set; }

Property Value

string

ParentGroupId

Gets or sets parent group id.

public int ParentGroupId { get; set; }

Property Value

int

Sort

Gets or sets the sort order within the group.

public int Sort { get; set; }

Property Value

int

SystemName

Gets or sets system name.

public string SystemName { get; set; }

Property Value

string
To top