Click or drag to resize
OrderAttributeBaseAssemblyValidateOrderAttributes Method

[This is preliminary documentation and is subject to change.]

Validates order attributes for a specific order

Namespace: Netadmin.Assembly.BaseClasses
Assembly: Netadmin.Assembly.BaseClasses (in Netadmin.Assembly.BaseClasses.dll) Version: release/9.0@131b654fe7332b0776120c2b44d96c6cac5ac9a2
Syntax
protected abstract ValidationResult ValidateOrderAttributes(
	OrderAttributeList attributeList,
	OrderAction action,
	OrderType choiceType,
	long orderId
)

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: ValidationResult
The validation result of the validation
See Also