言語

ICustomerCollection インターフェイス

定義

パートナー顧客の行動を表しています。

public interface ICustomerCollection : Microsoft.Store.PartnerCenter.GenericOperations.IEntireEntityCollectionRetrievalOperations<Microsoft.Store.PartnerCenter.Models.Customers.Customer,Microsoft.Store.PartnerCenter.Models.SeekBasedResourceCollection<Microsoft.Store.PartnerCenter.Models.Customers.Customer>>, Microsoft.Store.PartnerCenter.GenericOperations.IEntityCreateOperations<Microsoft.Store.PartnerCenter.Models.Customers.Customer,Microsoft.Store.PartnerCenter.Models.Customers.Customer>, Microsoft.Store.PartnerCenter.GenericOperations.IEntityCreateOperations<Microsoft.Store.PartnerCenter.Models.Customers.Customer>, Microsoft.Store.PartnerCenter.GenericOperations.IEntitySelector<Microsoft.Store.PartnerCenter.Customers.ICustomer>, Microsoft.Store.PartnerCenter.IPartnerComponent, Microsoft.Store.PartnerCenter.IPartnerComponent<string>
type ICustomerCollection = interface
    interface IPartnerComponent
    interface IPartnerComponent<string>
    interface IEntireEntityCollectionRetrievalOperations<Customer, SeekBasedResourceCollection<Customer>>
    interface IEntityCreateOperations<Customer>
    interface IEntityCreateOperations<Customer, Customer>
    interface IEntitySelector<ICustomer>
Public Interface ICustomerCollection
Implements IEntireEntityCollectionRetrievalOperations(Of Customer, SeekBasedResourceCollection(Of Customer)), IEntityCreateOperations(Of Customer), IEntityCreateOperations(Of Customer, Customer), IEntitySelector(Of ICustomer), IPartnerComponent, IPartnerComponent(Of String)
実装

プロパティ

名前 説明
Context

コンポーネントコンテキストオブジェクトを取得します。

(継承元 IPartnerComponent<TContext>)
Item[String]

特定の顧客の業務を把握します。

Partner

このコンポーネントを生成したパートナーオペレーションインスタンスへの参照を取得します。

(継承元 IPartnerComponent<TContext>)
RelationshipRequest

顧客をパートナーに結びつけるための関係要求行動を得ます。

UsageRecords

パートナーのために顧客の使用記録の行動を取得します。

メソッド

名前 説明
ById(String)

特定の顧客の業務を把握します。

Create(T)

新しい実体を作成します。

(継承元 IEntityCreateOperations<T,T1>)
CreateAsync(T)

非同期的に新しいエンティティを作成します。

(継承元 IEntityCreateOperations<T,T1>)
Get()

パートナーの顧客をすべて回収します。

GetAsync()

非同期でパートナーのすべての顧客を取得できます。

Query(IQuery)

パートナーに関連する顧客に問い合わせます。

  • カウントクエリはこの操作ではサポートされていません。
  • ページサイズやフィルターの設定、または両方を同時に行うこともできます。
  • ソートはサポートされていません。
  • シーク操作でシーククエリを指定し、前操作で送信された継続トークンを指定することで、他のページに移動できます。
QueryAsync(IQuery)

非同期でパートナーに関連する顧客をクエリします。

  • カウントクエリはこの操作ではサポートされていません。
  • ページサイズやフィルターの設定、または両方を同時に行うこともできます。
  • ソートはサポートされていません。
  • シーク操作でシーククエリを指定し、前操作で送信された継続トークンを指定することで、他のページに移動できます。

適用対象