The CSaleOrderPropsVariant class is used to manage variants of order
property values.
Methods
Method | Description |
GetList |
Returns an optionally sorted and filtered list of
order property value variants. |
GetByValue |
Retrieves parameters of the specified order
property variant by the specified order property ID and a value. |
GetByID |
Returns parameters of the specified order property
variant. |
Update |
Replaces the variant parameters with the new ones
from the supplied array. |
Delete |
Deletes a specified variant. |
DeleteAll |
Deletes all variants of the specified order
property. |
Add |
Creates a new variant (choice) that can be used to
select a value with controls like radio button group (RADIO) and list (SELECT,
MULTISELECT). |