IRelationshipCollection Interface

Definition

This interface represents the operations that can be done on a partner's relationships.

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

Get(PartnerRelationshipType)

Retrieves all the partner relationships.

GetAsync(PartnerRelationshipType)

Asynchronously retrieves all the partner relationships.

Query(PartnerRelationshipType, IQuery)

Queries partner relationships associated to the partner.

QueryAsync(PartnerRelationshipType, IQuery)

Asynchronously queries partner relationships associated to the partner.

Applies to