IOrderCollection Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Encapsulates customer orders behavior.
public interface IOrderCollection : Microsoft.Store.PartnerCenter.GenericOperations.IEntireEntityCollectionRetrievalOperations<Microsoft.Store.PartnerCenter.Models.Orders.Order,Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Orders.Order>>, Microsoft.Store.PartnerCenter.GenericOperations.IEntityCreateOperations<Microsoft.Store.PartnerCenter.Models.Orders.Order,Microsoft.Store.PartnerCenter.Models.Orders.Order>, Microsoft.Store.PartnerCenter.GenericOperations.IEntityCreateOperations<Microsoft.Store.PartnerCenter.Models.Orders.Order>, Microsoft.Store.PartnerCenter.GenericOperations.IEntitySelector<Microsoft.Store.PartnerCenter.Orders.IOrder>, Microsoft.Store.PartnerCenter.IPartnerComponent, Microsoft.Store.PartnerCenter.IPartnerComponent<string>
type IOrderCollection = interface
interface IPartnerComponent
interface IPartnerComponent<string>
interface IEntireEntityCollectionRetrievalOperations<Order, ResourceCollection<Order>>
interface IEntityCreateOperations<Order>
interface IEntityCreateOperations<Order, Order>
interface IEntitySelector<IOrder>
Public Interface IOrderCollection
Implements IEntireEntityCollectionRetrievalOperations(Of Order, ResourceCollection(Of Order)), IEntityCreateOperations(Of Order), IEntityCreateOperations(Of Order, Order), IEntitySelector(Of IOrder), IPartnerComponent, IPartnerComponent(Of String)
- Implements
Properties
Context |
Gets the component context object. (Inherited from IPartnerComponent<TContext>) |
Item[String] |
Gets a specific order behavior. |
Partner |
Gets a reference to the partner operations instance that generated this component. (Inherited from IPartnerComponent<TContext>) |
Methods
ByBillingCycleType(BillingCycleType) |
Obtains the order collection behavior given a billing cycle type. |
ById(String) |
Obtains a specific order behavior. |
Create(Order, String) |
Places a new order for the customer with a Customer User UPN for license assignment. |
Create(Order) |
Places a new order for the customer. |
Create(T) |
Creates a new entity. (Inherited from IEntityCreateOperations<T,T1>) |
CreateAsync(Order, String) |
Asynchronously places a new order for the customer with a Customer User UPN for license assignment. |
CreateAsync(Order) |
Asynchronously places a new order for the customer. |
CreateAsync(T) |
Asynchronously creates a new entity. (Inherited from IEntityCreateOperations<T,T1>) |
Get() |
Retrieves all customer orders. |
Get(Boolean) |
Retrieves all customer orders including pricing details (based on access permissions) when requested.. |
GetAsync() |
Asynchronously retrieves all customer orders. |
GetAsync(Boolean) |
Retrieves all customer orders including pricing details (based on access permissions) when requested.. |