IDeliveryOrder Methods |
The IDeliveryOrder 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 | |
---|---|---|
![]() | GetGuest |
Returns guest by id from the specified order.
(Defined by OrderExtensions.) |
![]() | GetGuests |
Returns guests of the specified order.
(Defined by OrderExtensions.) |
![]() | GetPayment |
Returns payment by id from the specified order.
(Defined by OrderExtensions.) |
![]() | GetPayments |
Returns payments of the specified order.
(Defined by OrderExtensions.) |
![]() | GetProduct |
Returns product by id from the specified order.
(Defined by OrderExtensions.) |
![]() | GetProducts |
Returns products of the specified order.
(Defined by OrderExtensions.) |
![]() | ToEntityStub | Overloaded. (Defined by IEntityExtensions.) |
![]() | ToEntityStub | Overloaded. (Defined by IEntityExtensions.) |
![]() | TryGetGuest |
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.) |
![]() | TryGetGuests |
Returns guests of the specified order or null if order doesn't exist.
(Defined by OrderExtensions.) |
![]() | TryGetPayment |
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.) |
![]() | TryGetPayments |
Returns payments of the specified order or null if order doesn't exist.
(Defined by OrderExtensions.) |
![]() | TryGetProduct |
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.) |
![]() | TryGetProducts |
Returns products of the specified order or null if order doesn't exist.
(Defined by OrderExtensions.) |