Click or drag to resize

IDeliveryOrder Methods

The IDeliveryOrder 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 MethodGetGuest
Returns guest by id from the specified order.
(Defined by OrderExtensions.)
Public Extension MethodGetGuests
Returns guests of the specified order.
(Defined by OrderExtensions.)
Public Extension MethodGetPayment
Returns payment by id from the specified order.
(Defined by OrderExtensions.)
Public Extension MethodGetPayments
Returns payments of the specified order.
(Defined by OrderExtensions.)
Public Extension MethodGetProduct
Returns product by id from the specified order.
(Defined by OrderExtensions.)
Public Extension MethodGetProducts
Returns products of the specified order.
(Defined by OrderExtensions.)
Public Extension MethodToEntityStubOverloaded. (Defined by IEntityExtensions.)
Public Extension MethodToEntityStubOverloaded. (Defined by IEntityExtensions.)
Public Extension MethodTryGetGuest
Returns guest by id from the specified order or null if order doesn't exist or doesn't contain guest with that id.
(Defined by OrderExtensions.)
Public Extension MethodTryGetGuests
Returns guests of the specified order or null if order doesn't exist.
(Defined by OrderExtensions.)
Public Extension MethodTryGetPayment
Returns payment by id from the specified order or null if order doesn't exist or doesn't contain payment with that id.
(Defined by OrderExtensions.)
Public Extension MethodTryGetPayments
Returns payments of the specified order or null if order doesn't exist.
(Defined by OrderExtensions.)
Public Extension MethodTryGetProduct
Returns product by id from the specified order or null if order doesn't exist or doesn't contain product with that id.
(Defined by OrderExtensions.)
Public Extension MethodTryGetProducts
Returns products of the specified order or null if order doesn't exist.
(Defined by OrderExtensions.)
Top
See Also