ICustomerProductCollection Interface

Definition

Holds operations that can be performed on products that apply to a given customer.

public interface ICustomerProductCollection : Microsoft.Store.PartnerCenter.GenericOperations.IEntitySelector<Microsoft.Store.PartnerCenter.Products.IProduct>, Microsoft.Store.PartnerCenter.IPartnerComponent, Microsoft.Store.PartnerCenter.IPartnerComponent<string>
type ICustomerProductCollection = interface
    interface IPartnerComponent
    interface IPartnerComponent<string>
    interface IEntitySelector<IProduct>
Public Interface ICustomerProductCollection
Implements IEntitySelector(Of IProduct), IPartnerComponent, IPartnerComponent(Of String)
Implements

Properties

Context

Gets the component context object.

(Inherited from IPartnerComponent<TContext>)
Item[String]

Retrieves the operations tied with a specific product for a given customer.

Partner

Gets a reference to the partner operations instance that generated this component.

(Inherited from IPartnerComponent<TContext>)

Methods

ById(String)

Retrieves the operations tied with a specific product for a given customer.

ByTargetView(String)

Retrieves the operations that can be applied on products in a given catalog view and that apply to a given customer.

Applies to