ICustomerCollection インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
パートナー顧客の行動を表しています。
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) |
非同期でパートナーに関連する顧客をクエリします。
|