Class OrderField
- Namespace
- Dynamicweb.Ecommerce.Orders
- Assembly
- Dynamicweb.Ecommerce.dll
Represents information about a custom field in order.
- Inheritance
-
Order
Field
- Inherited Members
Constructors
OrderField()
Initializes a new instance of Order
Properties
ID
Gets or sets the ID.
Property Value
- string
The ID.
Locked
Gets or sets a value indicating whether this Order
Property Value
- bool
true
if locked; otherwise,false
.
Name
Gets or sets the name.
Property Value
- string
The name.
Sort
Gets or sets the sort.
Property Value
- int
The sort.
SystemName
Gets or sets the system name.
Property Value
- string
The system name.
TemplateName
Gets or sets the name of the template.
Property Value
- string
The template name.
TypeId
Gets or sets the type ID.
Property Value
- int
The type ID.
TypeName
Gets or sets the type name.
Property Value
- string
The type name.
Methods
GetFieldType()
Gets the associated field type.