Class DataViewStaffGroupEntity
This class represents the EntityModel interface to the DataQueryStaffGroups database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Common.Entities
Assembly: Cmc.Nexus.Common.Contracts.dll
Syntax
public class DataViewStaffGroupEntity : Entity, IIdentifiable, IAuditableConstructors
DataViewStaffGroupEntity()
Declaration
public DataViewStaffGroupEntity()Fields
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimePropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
CreatedUserIdProperty
The CreatedUserId property.
Declaration
public static readonly EntityProperty CreatedUserIdPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
DataViewAccessLevelIdProperty
The DataViewAccessLevelId property.
Declaration
public static readonly EntityProperty DataViewAccessLevelIdPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
DataViewIdProperty
The DataViewId property.
Declaration
public static readonly EntityProperty DataViewIdPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimePropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
StaffGroupIdProperty
The StaffGroupId property.
Declaration
public static readonly EntityProperty StaffGroupIdPropertyField Value
| Type | Description | 
|---|---|
| Cmc.Core.EntityModel.EntityProperty | 
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this DataViewStaffGroupEntity.
Declaration
public DateTime CreatedDateTime { get; set; }Property Value
| Type | Description | 
|---|---|
| System.DateTime | The CreatedDateTime. | 
CreatedUserId
Gets or sets the CreatedUserId associated with this DataViewStaffGroupEntity.
Declaration
public int CreatedUserId { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | The CreatedUserId. | 
DataViewAccessLevelId
Gets or sets the DataViewAccessLevelId associated with this DataViewStaffGroupEntity.
Declaration
public int DataViewAccessLevelId { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | The DataViewAccessLevelId. | 
DataViewId
Gets or sets the DataViewId associated with this DataViewStaffGroupEntity.
Declaration
public Guid DataViewId { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Guid | The DataViewId. | 
Id
Gets or sets the Id associated with this DataViewStaffGroupEntity.
Declaration
public int Id { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | The Id. | 
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this DataViewStaffGroupEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }Property Value
| Type | Description | 
|---|---|
| System.DateTime | The LastModifiedDateTime. | 
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this DataViewStaffGroupEntity.
Declaration
public int LastModifiedUserId { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | The LastModifiedUserId. | 
StaffGroupId
Gets or sets the StaffGroupId associated with this DataViewStaffGroupEntity.
Declaration
public int StaffGroupId { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | The StaffGroupId. | 
Methods
GeneratedInitializer()
This is the auto-generated initializer that knows how to deal with any relationship initialization for auto-generated relationships.
Declaration
public void GeneratedInitializer()