Show / Hide Table of Contents

Interface IBaseSecurableObjectDAL<T>

Describes basic functionality for an object that has admins and members.

Inherited Members
IBaseObjectDAL<T>.DeleteAsync(T)
IBaseObjectDAL<T>.GetAllAsync(Scope)
IBaseObjectDAL<T>.GetByIdAsync(Guid, T)
IBaseObjectDAL<T>.GetByNameAsync(String, Scope, T)
IBaseObjectDAL<T>.SaveAsync(T)
Namespace: Microsoft.GNS.Roster.DataAccess
Assembly: Microsoft.GNS.Roster.DataAccess.dll
Syntax
public interface IBaseSecurableObjectDAL<T> : IBaseObjectDAL<T> where T : ISecurableObject, IRosterDocument
Type Parameters
Name Description
T
  • View Source
In This Article
Back to top Generated by DocFX