IProductCollectionByCountry Interface

Definition

Holds operations that can be performed on products from a given country.

public interface IProductCollectionByCountry : Microsoft.Store.PartnerCenter.GenericOperations.IEntitySelector<Microsoft.Store.PartnerCenter.Products.IProduct>, Microsoft.Store.PartnerCenter.IPartnerComponent, Microsoft.Store.PartnerCenter.IPartnerComponent<string>
type IProductCollectionByCountry = interface
    interface IPartnerComponent
    interface IPartnerComponent<string>
    interface IEntitySelector<IProduct>
Public Interface IProductCollectionByCountry
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.

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.

ByTargetView(String)

Retrieves the operations that can be applied on products that belong to a given country and catalog view.

Applies to