ILegalBusinessProfile Interface

Definition

Encapsulates behavior of a partner's legal business profile.

public interface ILegalBusinessProfile : Microsoft.Store.PartnerCenter.GenericOperations.IEntityUpdateOperations<Microsoft.Store.PartnerCenter.Models.Partners.LegalBusinessProfile>, Microsoft.Store.PartnerCenter.IPartnerComponent, Microsoft.Store.PartnerCenter.IPartnerComponent<string>
type ILegalBusinessProfile = interface
    interface IPartnerComponent
    interface IPartnerComponent<string>
    interface IEntityUpdateOperations<LegalBusinessProfile>
Public Interface ILegalBusinessProfile
Implements IEntityUpdateOperations(Of LegalBusinessProfile), 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(VettingVersion)

Retrieves the legal business profile.

GetAsync(VettingVersion)

Asynchronously retrieves the legal business profile.

Update(LegalBusinessProfile)

Updates the legal business profile.

Update(T)

Updates an entity.

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

Asynchronously updates the legal business profile.

UpdateAsync(T)

Asynchronously updates an entity.

(Inherited from IEntityUpdateOperations<T>)

Applies to