Leer en inglés

Compartir vía


ILegalBusinessProfile Interface

Definition

Encapsulates behavior of a partner's legal business profile.

C#
public interface ILegalBusinessProfile : Microsoft.Store.PartnerCenter.GenericOperations.IEntityUpdateOperations<Microsoft.Store.PartnerCenter.Models.Partners.LegalBusinessProfile>, Microsoft.Store.PartnerCenter.IPartnerComponent, Microsoft.Store.PartnerCenter.IPartnerComponent<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

Producto Versiones
Microsoft.Store.PartnerCenter latest