Jezik

IOfferCategoryCollection Interface

Definition

Represents the behavior of offer categories available to partners.

public interface IOfferCategoryCollection : Microsoft.Store.PartnerCenter.GenericOperations.IEntireEntityCollectionRetrievalOperations<Microsoft.Store.PartnerCenter.Models.Offers.OfferCategory,Microsoft.Store.PartnerCenter.Models.ResourceCollection<Microsoft.Store.PartnerCenter.Models.Offers.OfferCategory>>, Microsoft.Store.PartnerCenter.IPartnerComponent, Microsoft.Store.PartnerCenter.IPartnerComponent<string>
type IOfferCategoryCollection = interface
    interface IPartnerComponent
    interface IPartnerComponent<string>
    interface IEntireEntityCollectionRetrievalOperations<OfferCategory, ResourceCollection<OfferCategory>>
Public Interface IOfferCategoryCollection
Implements IEntireEntityCollectionRetrievalOperations(Of OfferCategory, ResourceCollection(Of OfferCategory)), IPartnerComponent, IPartnerComponent(Of String)
Implements

Properties

Name Description
Context

Gets the component context object.

(Inherited from IPartnerComponent<TContext>)
Partner

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

(Inherited from IPartnerComponent<TContext>)

Methods

Name Description
Get()

Retrieves all offer categories available to the partner for the provided country.

GetAsync()

Asynchronously retrieves all offer categories available to the partner for the provided country.

Applies to