Click or drag to resize

IIdentifierCodeHandler Methods

The IIdentifierCodeHandler type exposes the following members.

Methods
 NameDescription
Public methodCheckIdentifierCodeSupport(IOrder, IOrderProductItem, String, Boolean) Determines whether this handler can process a raw input string representing a product code, and returns detailed support information.
Public methodCheckIdentifierCodeSupport(IOrder, IOrderModifierItem, IOrderProductItem, String, Boolean) Determines whether this handler can process a raw input string representing a modifier code, and returns handler-specific processing flags.
Public methodVerifyIdentifierCode(IOrder, IOrderProductItem, OrderItemIdentifierCode) Performs verification of an identifier code previously added to a product item.
Public methodVerifyIdentifierCode(IOrder, IOrderModifierItem, IOrderProductItem, OrderItemIdentifierCode) Performs verification of an identifier code previously added to a modifier item.
Top
See Also