Interface IRoleDAL
Roles data access interface.
Inherited Members
Namespace: Microsoft.GNS.Roster.DataAccess
Assembly: Microsoft.GNS.Roster.DataAccess.dll
Syntax
public interface IRoleDAL : IBaseSecurableObjectDAL<IRosterRole>, IBaseObjectDAL<IRosterRole>, ISearchDAL<IRosterRole>
Methods
View SourceGetRoleMembershipsAsync(IRosterRole)
Gets a list of roles a role is member of.
Declaration
IAsyncEnumerable<IRosterRole> GetRoleMembershipsAsync(IRosterRole role)
Parameters
Type | Name | Description |
---|---|---|
IRosterRole | role | The role to find in other roles. |
Returns
Type | Description |
---|---|
IAsyncEnumerable<IRosterRole> | An async enumeration of roles. |