IOrderItemProduct Methods |
The IOrderItemProduct type exposes the following members.
Name | Description | |
---|---|---|
GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. (Inherited from ISerializable.) |
Name | Description | |
---|---|---|
GetAssignedModifier |
Returns assignedModifier by id from the specified orderItemProduct.
(Defined by OrderItemProductExtensions.) | |
GetAssignedModifiers |
Returns assignedModifiers of the specified orderItemProduct.
(Defined by OrderItemProductExtensions.) | |
ToEntityStub | (Defined by IEntityExtensions.) | |
TryGetAssignedModifier |
Returns assignedModifier by id from the specified orderItemProduct or null if orderItemProduct doesn't exist or doesn't contain assignedModifier with that id.
(Defined by OrderItemProductExtensions.) | |
TryGetAssignedModifiers |
Returns assignedModifiers of the specified orderItemProduct or null if orderItemProduct doesn't exist.
(Defined by OrderItemProductExtensions.) |