OrderAttributeBaseAssemblyValidateOrderAttributes Method |
[This is preliminary documentation and is subject to change.]
Validates order attributes for a specific order
Namespace: Netadmin.Assembly.BaseClassesAssembly: Netadmin.Assembly.BaseClasses (in Netadmin.Assembly.BaseClasses.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntaxprotected abstract ValidationResult ValidateOrderAttributes(
OrderAttributeList attributeList,
OrderAction action,
OrderType choiceType,
long orderId
)
Protected MustOverride Function ValidateOrderAttributes (
attributeList As OrderAttributeList,
action As OrderAction,
choiceType As OrderType,
orderId As Long
) As ValidationResult
Parameters
- attributeList
- Type: OrderAttributeList
A list of order attributes - action
- Type: Netadmin.Management.Order.DtoOrderAction
The order action - choiceType
- Type: Netadmin.Management.Order.DtoOrderType
The order choice type - orderId
- Type: SystemInt64
The order id
Return Value
Type:
ValidationResultThe validation result of the validation
See Also