Interface ILockableRepositoryCollection<TEntity>
public interface ILockableRepositoryCollection<TEntity> : ILockableRepositoryCollection<TEntity, ObjectId>, IRepositoryCollection<TEntity, ObjectId>, IReadOnlyRepositoryCollection<TEntity, ObjectId>, IRepositoryCollection, IReadOnlyRepositoryCollection where TEntity : LockableEntityBase<ObjectId>
Type Parameters
TEntity
- Inherited Members