Class EntityLock<T>
public record EntityLock<T> : EntityLock<T, ObjectId>, IEquatable<EntityLock<T, ObjectId>>, IEquatable<EntityLock<T>> where T : LockableEntityBase<ObjectId>
Type Parameters
T
- Inheritance
-
EntityLock<T, ObjectId>EntityLock<T>
- Implements
-
IEquatable<EntityLock<T>>
- Inherited Members
Constructors
EntityLock(T, Lock)
public EntityLock(T entity, Lock l)
Parameters
entityTlLock