Class LockSqlModel
- Namespace
- OpenSettings.Domains.Sql.Entities
- Assembly
- OpenSettings.dll
Represents a lock entity.
public class LockSqlModel
- Inheritance
-
LockSqlModel
- Inherited Members
Properties
ExpiryDate
The expiry time of the lock.
public DateTime ExpiryDate { get; set; }
Property Value
Key
The key of the lock.
public string Key { get; set; }
Property Value
Owner
The owner of the lock.
public string Owner { get; set; }
Property Value
Tenant
public virtual TenantSqlModel Tenant { get; set; }
Property Value
TenantId
public Guid? TenantId { get; set; }
Property Value
- Guid?