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, IAuditable
Constructors
DataViewStaffGroupEntity()
Declaration
public DataViewStaffGroupEntity()
Fields
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedUserIdProperty
The CreatedUserId property.
Declaration
public static readonly EntityProperty CreatedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DataViewAccessLevelIdProperty
The DataViewAccessLevelId property.
Declaration
public static readonly EntityProperty DataViewAccessLevelIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DataViewIdProperty
The DataViewId property.
Declaration
public static readonly EntityProperty DataViewIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StaffGroupIdProperty
The StaffGroupId property.
Declaration
public static readonly EntityProperty StaffGroupIdProperty
Field 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()