Class UserGroupNotificationMappingSqlModel
- Namespace
- OpenSettings.Domains.Sql.Entities
- Assembly
- OpenSettings.dll
Represents a user group-notification mapping entity.
public class UserGroupNotificationMappingSqlModel : EntityBase<Guid>
- Inheritance
-
UserGroupNotificationMappingSqlModel
- Inherited Members
Properties
CreatedBy
The user who created this user group-notification mapping.
public virtual UserSqlModel CreatedBy { get; set; }
Property Value
CreatedById
The id of the user who created this user group-notification mapping.
public Guid? CreatedById { get; set; }
Property Value
- Guid?
Notification
The notification associated with this mapping.
public virtual NotificationSqlModel Notification { get; set; }
Property Value
NotificationId
The id of the associated notification.
public Guid NotificationId { get; set; }
Property Value
Tenant
public virtual TenantSqlModel Tenant { get; set; }
Property Value
TenantId
public Guid? TenantId { get; set; }
Property Value
- Guid?
UserGroup
The user group associated with this mapping.
public virtual UserGroupSqlModel UserGroup { get; set; }
Property Value
UserGroupId
The id of the associated user group.
public Guid UserGroupId { get; set; }