Table of Contents

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

DateTime

Key

The key of the lock.

public string Key { get; set; }

Property Value

string

Owner

The owner of the lock.

public string Owner { get; set; }

Property Value

string

Tenant

public virtual TenantSqlModel Tenant { get; set; }

Property Value

TenantSqlModel

TenantId

public Guid? TenantId { get; set; }

Property Value

Guid?