Class SelectionMgmtManualApprovalHistoryDetailEntity
This class represents the EntityModel interface to the SmManualApprovalHistory database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Admissions.Entities
Assembly: Cmc.Nexus.Admissions.Contracts.dll
Syntax
public class SelectionMgmtManualApprovalHistoryDetailEntity : Entity, IIdentifiable
Constructors
SelectionMgmtManualApprovalHistoryDetailEntity()
Declaration
public SelectionMgmtManualApprovalHistoryDetailEntity()
Fields
ActualDateProperty
The ActualDate property.
Declaration
public static readonly EntityProperty ActualDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AssignedOnDateProperty
The AssignedOnDate property.
Declaration
public static readonly EntityProperty AssignedOnDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DueInDaysProperty
The DueInDays property.
Declaration
public static readonly EntityProperty DueInDaysProperty
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 |
IsSystemProperty
The IsSystem property.
Declaration
public static readonly EntityProperty IsSystemProperty
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 |
NoteProperty
The Note property.
Declaration
public static readonly EntityProperty NoteProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ReassignedOnDateProperty
The ReassignedOnDate property.
Declaration
public static readonly EntityProperty ReassignedOnDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ReassignedStaffIdProperty
The ReassignedStaffId property.
Declaration
public static readonly EntityProperty ReassignedStaffIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SelectionMgmtApplicationDetailIdProperty
The SelectionMgmtApplicationDetailId property.
Declaration
public static readonly EntityProperty SelectionMgmtApplicationDetailIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SelectionMgmtApplicationIdProperty
The SelectionMgmtApplicationId property.
Declaration
public static readonly EntityProperty SelectionMgmtApplicationIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SelectionMgmtApproverRoleIdProperty
The SelectionMgmtApproverRoleId property.
Declaration
public static readonly EntityProperty SelectionMgmtApproverRoleIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SelectionMgmtStatusIdProperty
The SelectionMgmtStatusId property.
Declaration
public static readonly EntityProperty SelectionMgmtStatusIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SelectionMgmtWorkflowHierarchyIdProperty
The SelectionMgmtWorkflowHierarchyId property.
Declaration
public static readonly EntityProperty SelectionMgmtWorkflowHierarchyIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SequenceNumberProperty
The SequenceNumber property.
Declaration
public static readonly EntityProperty SequenceNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StaffIdProperty
The StaffId property.
Declaration
public static readonly EntityProperty StaffIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentIdProperty
The StudentId property.
Declaration
public static readonly EntityProperty StudentIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
WorkflowProviderSetupIdProperty
The WorkflowProviderSetupId property.
Declaration
public static readonly EntityProperty WorkflowProviderSetupIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
ActualDate
Gets or sets the ActualDate associated with this SelectionMgmtManualApprovalHistoryDetailEntity.
Declaration
public DateTime? ActualDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ActualDate. |
AssignedOnDate
Gets or sets the AssignedOnDate associated with this SelectionMgmtManualApprovalHistoryDetailEntity.
Declaration
public DateTime? AssignedOnDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The AssignedOnDate. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this SelectionMgmtManualApprovalHistoryDetailEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DueInDays
Gets or sets the DueInDays associated with this SelectionMgmtManualApprovalHistoryDetailEntity.
Declaration
public int? DueInDays { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The DueInDays. |
Id
Gets or sets the Id associated with this SelectionMgmtManualApprovalHistoryDetailEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsSystem
Gets or sets the IsSystem associated with this SelectionMgmtManualApprovalHistoryDetailEntity.
Declaration
public bool? IsSystem { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsSystem. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this SelectionMgmtManualApprovalHistoryDetailEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this SelectionMgmtManualApprovalHistoryDetailEntity.
Declaration
public int? LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The LastModifiedUserId. |
Note
Gets or sets the Note associated with this SelectionMgmtManualApprovalHistoryDetailEntity.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
ReassignedOnDate
Gets or sets the ReassignedOnDate associated with this SelectionMgmtManualApprovalHistoryDetailEntity.
Declaration
public DateTime? ReassignedOnDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ReassignedOnDate. |
ReassignedStaffId
Gets or sets the ReassignedStaffId associated with this SelectionMgmtManualApprovalHistoryDetailEntity.
Declaration
public int? ReassignedStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ReassignedStaffId. |
RowVersion
Gets or sets the RowVersion associated with this SelectionMgmtManualApprovalHistoryDetailEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SelectionMgmtApplicationDetailId
Gets or sets the SelectionMgmtApplicationDetailId associated with this SelectionMgmtManualApprovalHistoryDetailEntity.
Declaration
public int SelectionMgmtApplicationDetailId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The SelectionMgmtApplicationDetailId. |
SelectionMgmtApplicationId
Gets or sets the SelectionMgmtApplicationId associated with this SelectionMgmtManualApprovalHistoryDetailEntity.
Declaration
public int SelectionMgmtApplicationId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The SelectionMgmtApplicationId. |
SelectionMgmtApproverRoleId
Gets or sets the SelectionMgmtApproverRoleId associated with this SelectionMgmtManualApprovalHistoryDetailEntity.
Declaration
public int? SelectionMgmtApproverRoleId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SelectionMgmtApproverRoleId. |
SelectionMgmtStatusId
Gets or sets the SelectionMgmtStatusId associated with this SelectionMgmtManualApprovalHistoryDetailEntity.
Declaration
public int? SelectionMgmtStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SelectionMgmtStatusId. |
SelectionMgmtWorkflowHierarchyId
Gets or sets the SelectionMgmtWorkflowHierarchyId associated with this SelectionMgmtManualApprovalHistoryDetailEntity.
Declaration
public int SelectionMgmtWorkflowHierarchyId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The SelectionMgmtWorkflowHierarchyId. |
SequenceNumber
Gets or sets the SequenceNumber associated with this SelectionMgmtManualApprovalHistoryDetailEntity.
Declaration
public int SequenceNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The SequenceNumber. |
StaffId
Gets or sets the StaffId associated with this SelectionMgmtManualApprovalHistoryDetailEntity.
Declaration
public int? StaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StaffId. |
StudentId
Gets or sets the StudentId associated with this SelectionMgmtManualApprovalHistoryDetailEntity.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
WorkflowProviderSetupId
Gets or sets the WorkflowProviderSetupId associated with this SelectionMgmtManualApprovalHistoryDetailEntity.
Declaration
public int WorkflowProviderSetupId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The WorkflowProviderSetupId. |
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()