IValidations Interface

Definition

Represents the behavior of a validation operations.

public interface IValidations : Microsoft.Store.PartnerCenter.IPartnerComponent, Microsoft.Store.PartnerCenter.IPartnerComponent<string>
type IValidations = interface
    interface IPartnerComponent
    interface IPartnerComponent<string>
Public Interface IValidations
Implements 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

GetValidationCodes()

Gets validation code which is used for Government Community Cloud customers qualification.

GetValidationCodesAsync()

Asynchronously gets validation code which is used for Government Community Cloud customers qualification.

IsAddressValid(Address)

Checks if the address is valid or not.

IsAddressValidAsync(Address)

Asynchronously checks if the address is valid or not.

Applies to