Class OrderLineField
- Namespace
- Dynamicweb.Ecommerce.Orders
- Assembly
- Dynamicweb.Ecommerce.dll
Represents information about an order line field
- Inheritance
-
Order
Line Field
- Inherited Members
Constructors
OrderLineField(string, string, int)
Initializes a new instance of the Order
Parameters
systemName
stringSystem name of the field.
name
stringName of the field.
length
intLength of the field (number of characters).
Properties
Length
Gets or sets the length.
Property Value
- int
The length.
Name
Gets or sets the name.
Property Value
- string
The name.
Sort
Gets or sets the sort.
Property Value
SystemName
Gets the system name.
Property Value
- string
The system name.