Click or drag to resize

IOrderItemProduct Methods

The IOrderItemProduct type exposes the following members.

Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
Extension Methods
  NameDescription
Public Extension MethodGetAssignedModifier
Returns assignedModifier by id from the specified orderItemProduct.
(Defined by OrderItemProductExtensions.)
Public Extension MethodGetAssignedModifiers
Returns assignedModifiers of the specified orderItemProduct.
(Defined by OrderItemProductExtensions.)
Public Extension MethodToEntityStub (Defined by IEntityExtensions.)
Public Extension MethodTryGetAssignedModifier
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.)
Public Extension MethodTryGetAssignedModifiers
Returns assignedModifiers of the specified orderItemProduct or null if orderItemProduct doesn't exist.
(Defined by OrderItemProductExtensions.)
Top
See Also