Class AppTagMappingSqlModel
- Namespace
- OpenSettings.Domains.Sql.Entities
- Assembly
- OpenSettings.dll
Represents an app-tag mapping entity.
public class AppTagMappingSqlModel : EntityBase<Guid>
- Inheritance
-
AppTagMappingSqlModel
- Inherited Members
Properties
App
The app associated with this mapping.
public virtual AppSqlModel App { get; set; }
Property Value
AppId
The id of the associated app.
public Guid AppId { get; set; }
Property Value
AppTag
The tag associated with this mapping.
public virtual AppTagSqlModel AppTag { get; set; }
Property Value
AppTagId
The id of the associated tag.
public Guid AppTagId { get; set; }
Property Value
CreatedBy
The user who created this app-tag mapping.
public virtual UserSqlModel CreatedBy { get; set; }
Property Value
CreatedById
The id of the user who created this app-tag mapping.
public Guid? CreatedById { get; set; }
Property Value
- Guid?
Tenant
public virtual TenantSqlModel Tenant { get; set; }
Property Value
TenantId
public Guid? TenantId { get; set; }
Property Value
- Guid?