Jezik

IUserMemberCollection Interface

Definition

Represents the behavior of user member collection.

public interface IUserMemberCollection : Microsoft.Store.PartnerCenter.GenericOperations.IEntireEntityCollectionRetrievalOperations<Microsoft.Store.PartnerCenter.Models.Roles.UserMember,Microsoft.Store.PartnerCenter.Models.SeekBasedResourceCollection<Microsoft.Store.PartnerCenter.Models.Roles.UserMember>>, Microsoft.Store.PartnerCenter.GenericOperations.IEntityCreateOperations<Microsoft.Store.PartnerCenter.Models.Roles.UserMember,Microsoft.Store.PartnerCenter.Models.Roles.UserMember>, Microsoft.Store.PartnerCenter.GenericOperations.IEntityCreateOperations<Microsoft.Store.PartnerCenter.Models.Roles.UserMember>, Microsoft.Store.PartnerCenter.GenericOperations.IEntitySelector<Microsoft.Store.PartnerCenter.CustomerDirectoryRoles.IUserMember>, Microsoft.Store.PartnerCenter.IPartnerComponent<Tuple<string,string>>
type IUserMemberCollection = interface
    interface IPartnerComponent<string * string>
    interface IEntityCreateOperations<UserMember>
    interface IEntityCreateOperations<UserMember, UserMember>
    interface IEntireEntityCollectionRetrievalOperations<UserMember, SeekBasedResourceCollection<UserMember>>
    interface IEntitySelector<IUserMember>
Public Interface IUserMemberCollection
Implements IEntireEntityCollectionRetrievalOperations(Of UserMember, SeekBasedResourceCollection(Of UserMember)), IEntityCreateOperations(Of UserMember), IEntityCreateOperations(Of UserMember, UserMember), IEntitySelector(Of IUserMember), IPartnerComponent(Of Tuple(Of String, String))
Implements

Properties

Name Description
Context

Gets the component context object.

(Inherited from IPartnerComponent<TContext>)
Item[String]

Gets a single user member behavior.

Partner

Gets a reference to the partner operations instance that generated this component.

(Inherited from IPartnerComponent<TContext>)

Methods

Name Description
ById(String)

Gets a single user member behavior.

Create(T)

Creates a new entity.

(Inherited from IEntityCreateOperations<T,T1>)
Create(UserMember)

Adds customer user to a directory role.

CreateAsync(T)

Asynchronously creates a new entity.

(Inherited from IEntityCreateOperations<T,T1>)
CreateAsync(UserMember)

Asynchronously adds customer user to a directory role.

Get()

Gets all the user members of a customer directory role.

GetAsync()

Asynchronously gets all the user members of a customer directory role.

Query(IQuery)

Queries the user members of a customer directory role.

QueryAsync(IQuery)

Asynchronously queries the user members of a customer directory role.

Applies to