Table of Contents

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

AppSqlModel

AppId

The id of the associated app.

public Guid AppId { get; set; }

Property Value

Guid

AppTag

The tag associated with this mapping.

public virtual AppTagSqlModel AppTag { get; set; }

Property Value

AppTagSqlModel

AppTagId

The id of the associated tag.

public Guid AppTagId { get; set; }

Property Value

Guid

CreatedBy

The user who created this app-tag mapping.

public virtual UserSqlModel CreatedBy { get; set; }

Property Value

UserSqlModel

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

TenantSqlModel

TenantId

public Guid? TenantId { get; set; }

Property Value

Guid?