IOrderManager Methods |
[This is preliminary documentation and is subject to change.]
The IOrderManager type exposes the following members.
Returns | Name | Description | |
---|---|---|---|
![]() | IEnumerable<T> | Create(IEnumerable<T>) |
Creates multiple entities in one operation
(Inherited from ICreateableBatch<T>.) |
![]() | IReadOnlyDictionary<TKey, TValue>, T: Int64 | DetailsAny(IEnumerable<Int64>) |
Attempts to get details on multiple ids. If an id is not found, it will not be included in the returned dictionary
(Inherited from IDetailsableBatch<T>.) |
![]() | IPagination<T> | Filter(TFilterDtoInterface, PaginationRequest<TDToInterface>) |
Searches for entities using a filter and returnes a pagination based on the supplied request
(Inherited from IFilterable<TDToInterface, TFilterDtoInterface>.) |
![]() | IEnumerable<T>, T: IOrderConfiguration | GetConfigurations(IEnumerable<Int64>) | |
![]() | IEnumerable<T>, T: IOrderMessage | GetMessages(Int64) | |
![]() | IOrderState | GetState(IOrder) | |
![]() | IEnumerable<T>, T: IOrderSubscription | GetSubscriptions(Int64) | |
![]() | void | RemoveSubscriptionsFromOrder(Int64, IEnumerable<Int64>) |
Removes the relation between an order and specified subscriptions
|
![]() | void | SetConfiguration(IEnumerable<IOrderConfiguration>) |
Sets the configuration of orders. Will wipe all configuration of all orders mentioned in the parameter
|
![]() | IOrder | SetState(IOrder, IOrderState) | |
![]() | void | Update(IEnumerable<T>) |
Updates multiple entities in one operation
(Inherited from IUpdateableBatch<T>.) |
Returns | Name | Description | |
---|---|---|---|
![]() | IOrder | Create<IOrder>(IOrder) | (Defined by CreateableBatchExtensions.) |
![]() | IOrder | DetailsAll<IOrder>(Int64) | Overloaded. (Defined by DetailsableBatchExtensions.) |
![]() | IReadOnlyDictionary<TKey, TValue>, T: Int64 | DetailsAll<IOrder>(IEnumerable<Int64>) | Overloaded. (Defined by DetailsableBatchExtensions.) |
![]() | IOrder | DetailsAny<IOrder>(Int64) | IDetailsableBatch< T>
Returns details of entity with id 'id', or null if not found
Thrown if any id zero or less. (Defined by DetailsableBatchExtensions.) |
![]() | void | Update<IOrder>(IOrder) | (Defined by UpdateableBatchExtensions.) |