IOrganizationProfile Interface

Definition

Encapsulates the behavior of an organization profile.

public interface IOrganizationProfile : Microsoft.Store.PartnerCenter.GenericOperations.IEntityGetOperations<Microsoft.Store.PartnerCenter.Models.Partners.OrganizationProfile>, Microsoft.Store.PartnerCenter.GenericOperations.IEntityUpdateOperations<Microsoft.Store.PartnerCenter.Models.Partners.OrganizationProfile>, Microsoft.Store.PartnerCenter.IPartnerComponent, Microsoft.Store.PartnerCenter.IPartnerComponent<string>
type IOrganizationProfile = interface
    interface IPartnerComponent
    interface IPartnerComponent<string>
    interface IEntityGetOperations<OrganizationProfile>
    interface IEntityUpdateOperations<OrganizationProfile>
Public Interface IOrganizationProfile
Implements IEntityGetOperations(Of OrganizationProfile), IEntityUpdateOperations(Of OrganizationProfile), IPartnerComponent, IPartnerComponent(Of String)
Implements

Properties

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

Get()

Retrieves the partner's organization profile.

GetAsync()

Asynchronously retrieves the partner's organization profile.

Update(OrganizationProfile)

Updates the partner's organization profile.

Update(T)

Updates an entity.

(Inherited from IEntityUpdateOperations<T>)
UpdateAsync(OrganizationProfile)

Asynchronously updates the partner's organization profile.

UpdateAsync(T)

Asynchronously updates an entity.

(Inherited from IEntityUpdateOperations<T>)

Applies to