ICustomerCollection Interfaccia
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Rappresenta il comportamento dei clienti partner.
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)
- Implementazioni
Proprietà
| Nome | Descrizione |
|---|---|
| Context |
Ottiene l'oggetto di contesto componente. (Ereditato da IPartnerComponent<TContext>) |
| Item[String] |
Ottiene le operazioni con il cliente per un cliente specifico. |
| Partner |
Ottiene un riferimento all'istanza di operazioni partner che ha generato questo componente. (Ereditato da IPartnerComponent<TContext>) |
| RelationshipRequest |
Ottiene il comportamento di richiesta di relazione usato per collegare i clienti al partner. |
| UsageRecords |
Ottiene il comportamento del cliente che registra l'uso del partner. |
Metodi
| Nome | Descrizione |
|---|---|
| ById(String) |
Ottiene le operazioni con il cliente per un cliente specifico. |
| Create(T) |
Crea una nuova entità. (Ereditato da IEntityCreateOperations<T,T1>) |
| CreateAsync(T) |
In modo asincrono si crea una nuova entità. (Ereditato da IEntityCreateOperations<T,T1>) |
| Get() |
Recupera tutti i clienti del partner. |
| GetAsync() |
Recupera asincronamente tutti i clienti del partner. |
| Query(IQuery) |
Interroga i clienti associati al partner.
|
| QueryAsync(IQuery) |
Interroga asincronamente i clienti associati al partner.
|