Class TenantSqlModel
- Namespace
- OpenSettings.Domains.Sql.Entities
- Assembly
- OpenSettings.dll
public class TenantSqlModel : EntityBase<Guid>
- Inheritance
-
TenantSqlModel
- Inherited Members
Properties
CreatedBy
The user who created this tag.
public virtual UserSqlModel CreatedBy { get; set; }
Property Value
CreatedById
The id of the user who created this tag.
public Guid? CreatedById { get; set; }
Property Value
- Guid?
DisplayName
public string DisplayName { get; set; }
Property Value
DisplayNameLowercase
public string DisplayNameLowercase { get; set; }
Property Value
EmailAddress
public string EmailAddress { get; set; }
Property Value
IsActive
public bool IsActive { get; set; }
Property Value
Name
public string Name { get; set; }
Property Value
NameLowercase
public string NameLowercase { get; set; }
Property Value
Slug
public string Slug { get; set; }
Property Value
TenantUserMappings
public virtual ICollection<TenantUserMappingSqlModel> TenantUserMappings { get; set; }
Property Value
UpdatedBy
The user who last updated this app group.
public virtual UserSqlModel UpdatedBy { get; set; }
Property Value
UpdatedById
The id of the user who last updated this tag.
public Guid? UpdatedById { get; set; }
Property Value
- Guid?