Class OrderLineFieldValue
- Namespace
- Dynamicweb.Ecommerce.Orders
- Assembly
- Dynamicweb.Ecommerce.dll
Represents information about an order line field value.
- Inheritance
-
Order
Line Field Value
- Inherited Members
Constructors
OrderLineFieldValue(string, string)
Initializes a new instance of the Order
Parameters
Properties
OrderLineFieldLength
Gets the length of the order line field.
Property Value
- int
The length of the order line field.
OrderLineFieldName
Gets the name of the order line field.
Property Value
- string
The name of the order line field.
OrderLineFieldSystemName
Gets or sets the system name of the order line field.
Property Value
- string
System name of the order line field.
ValidationErrorMessage
Gets or sets the validation error message.
Property Value
- string
The validation error message.
Value
Gets or sets the value.
Property Value
- string
The value.
Methods
Equals(object)
Determines whether the specified object is equal to this instance.
Parameters
Returns
GetCartInputFieldName(string)
Gets the name of the input field.
Parameters
orderLineId
stringThe order line ID.
Returns
GetHashCode()
Serves as the default hash function.
Returns
- int
A hash code for the current object.