IOrderManager Interface |
[This is preliminary documentation and is subject to change.]
Namespace: Netadmin.Management.Order
The IOrderManager type exposes the following members.
Name | Description | ||
---|---|---|---|
![]() | IEnumerableT | Create(IEnumerableT) |
Creates multiple entities in one operation
(Inherited from ICreateableBatchT.) |
![]() | IReadOnlyDictionaryTKey, TValue, T: Int64 | DetailsAny(IEnumerableInt64) |
Attempts to get details on multiple ids. If an id is not found, it will not be included in the returned dictionary
(Inherited from IDetailsableBatchT.) |
![]() | IPaginationT | Filter(TFilterDtoInterface, PaginationRequestTDToInterface) |
Searches for entities using a filter and returnes a pagination based on the supplied request
(Inherited from IFilterableTDToInterface, TFilterDtoInterface.) |
![]() | IEnumerableT, T: IOrderConfiguration | GetConfigurations(IEnumerableInt64) | |
![]() | IEnumerableT, T: IOrderMessage | GetMessages(Int64) | |
![]() | IOrderState | GetState(IOrder) | |
![]() | IEnumerableT, T: IOrderSubscription | GetSubscriptions(Int64) | |
![]() | void | RemoveSubscriptionsFromOrder(Int64, IEnumerableInt64) |
Removes the relation between an order and specified subscriptions
|
![]() | void | SetConfiguration(IEnumerableIOrderConfiguration) |
Sets the configuration of orders. Will wipe all configuration of all orders mentioned in the parameter
|
![]() | IOrder | SetState(IOrder, IOrderState) | |
![]() | void | Update(IEnumerableT) |
Updates multiple entities in one operation
(Inherited from IUpdateableBatchT.) |
Name | Description | ||
---|---|---|---|
![]() | IOrder | CreateIOrder(IOrder) | (Defined by CreateableBatchExtensions.) |
![]() | IOrder | DetailsAllIOrder(Int64) | Overloaded. (Defined by DetailsableBatchExtensions.) |
![]() | IReadOnlyDictionaryTKey, TValue, T: Int64 | DetailsAllIOrder(IEnumerableInt64) | Overloaded. (Defined by DetailsableBatchExtensions.) |
![]() | IOrder | DetailsAnyIOrder(Int64) | IDetailsableBatchT
Returns details of entity with id 'id', or null if not found
Thrown if any id zero or less. (Defined by DetailsableBatchExtensions.) |
![]() | void | UpdateIOrder(IOrder) | (Defined by UpdateableBatchExtensions.) |