Class SelectionMgmtManualApprovalHistoryDetail
This class represents the EntityModel interface to the SmManualApprovalHistory database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Admissions
Assembly: Cmc.Nexus.Models.dll
Syntax
public class SelectionMgmtManualApprovalHistoryDetail
Constructors
SelectionMgmtManualApprovalHistoryDetail()
Declaration
public SelectionMgmtManualApprovalHistoryDetail()
Properties
ActualDate
Gets or sets the ActualDate associated with this SelectionMgmtManualApprovalHistoryDetail.
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 SelectionMgmtManualApprovalHistoryDetail.
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 SelectionMgmtManualApprovalHistoryDetail.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DueInDays
Gets or sets the DueInDays associated with this SelectionMgmtManualApprovalHistoryDetail.
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 SelectionMgmtManualApprovalHistoryDetail.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsSystem
Gets or sets the IsSystem associated with this SelectionMgmtManualApprovalHistoryDetail.
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 SelectionMgmtManualApprovalHistoryDetail.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUser
Declaration
public virtual Staff LastModifiedUser { get; set; }
Property Value
Type | Description |
---|---|
Staff |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this SelectionMgmtManualApprovalHistoryDetail.
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 SelectionMgmtManualApprovalHistoryDetail.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
ReassignedOnDate
Gets or sets the ReassignedOnDate associated with this SelectionMgmtManualApprovalHistoryDetail.
Declaration
public DateTime? ReassignedOnDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ReassignedOnDate. |
ReassignedStaff
Declaration
public virtual Staff ReassignedStaff { get; set; }
Property Value
Type | Description |
---|---|
Staff |
ReassignedStaffId
Gets or sets the ReassignedStaffId associated with this SelectionMgmtManualApprovalHistoryDetail.
Declaration
public int? ReassignedStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ReassignedStaffId. |
SelectionMgmtApplication
Declaration
public virtual SelectionMgmtApplication SelectionMgmtApplication { get; set; }
Property Value
Type | Description |
---|---|
SelectionMgmtApplication |
SelectionMgmtApplicationDetail
Declaration
public virtual SelectionMgmtApplicationDetail SelectionMgmtApplicationDetail { get; set; }
Property Value
Type | Description |
---|---|
SelectionMgmtApplicationDetail |
SelectionMgmtApplicationDetailId
Gets or sets the SelectionMgmtApplicationDetailId associated with this SelectionMgmtManualApprovalHistoryDetail.
Declaration
public int SelectionMgmtApplicationDetailId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The SelectionMgmtApplicationDetailId. |
SelectionMgmtApplicationId
Gets or sets the SelectionMgmtApplicationId associated with this SelectionMgmtManualApprovalHistoryDetail.
Declaration
public int SelectionMgmtApplicationId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The SelectionMgmtApplicationId. |
SelectionMgmtApproverRole
Declaration
public virtual SelectionMgmtApproverRole SelectionMgmtApproverRole { get; set; }
Property Value
Type | Description |
---|---|
SelectionMgmtApproverRole |
SelectionMgmtApproverRoleId
Gets or sets the SelectionMgmtApproverRoleId associated with this SelectionMgmtManualApprovalHistoryDetail.
Declaration
public int? SelectionMgmtApproverRoleId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SelectionMgmtApproverRoleId. |
SelectionMgmtStatus
Declaration
public virtual SelectionMgmtStatus SelectionMgmtStatus { get; set; }
Property Value
Type | Description |
---|---|
SelectionMgmtStatus |
SelectionMgmtStatusId
Gets or sets the SelectionMgmtStatusId associated with this SelectionMgmtManualApprovalHistoryDetail.
Declaration
public int? SelectionMgmtStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SelectionMgmtStatusId. |
SelectionMgmtWorkflowHierarchy
Declaration
public virtual SelectionMgmtWorkflowHierarchy SelectionMgmtWorkflowHierarchy { get; set; }
Property Value
Type | Description |
---|---|
SelectionMgmtWorkflowHierarchy |
SelectionMgmtWorkflowHierarchyId
Gets or sets the SelectionMgmtWorkflowHierarchyId associated with this SelectionMgmtManualApprovalHistoryDetail.
Declaration
public int SelectionMgmtWorkflowHierarchyId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The SelectionMgmtWorkflowHierarchyId. |
SequenceNumber
Gets or sets the SequenceNumber associated with this SelectionMgmtManualApprovalHistoryDetail.
Declaration
public int SequenceNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The SequenceNumber. |
Staff
Declaration
public virtual Staff Staff { get; set; }
Property Value
Type | Description |
---|---|
Staff |
StaffId
Gets or sets the StaffId associated with this SelectionMgmtManualApprovalHistoryDetail.
Declaration
public int? StaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StaffId. |
Student
Declaration
public virtual Student Student { get; set; }
Property Value
Type | Description |
---|---|
Student |
StudentId
Gets or sets the StudentId associated with this SelectionMgmtManualApprovalHistoryDetail.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
WorkflowProviderSetup
Declaration
public virtual WorkflowProvider WorkflowProviderSetup { get; set; }
Property Value
Type | Description |
---|---|
WorkflowProvider |
WorkflowProviderSetupId
Gets or sets the WorkflowProviderSetupId associated with this SelectionMgmtManualApprovalHistoryDetail.
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()
SetupFluentMappings(DbModelBuilder)
Any type of relationship that can't be inferred from the entity annotations must be done by hand using the Fluent api. Handle those relationships here.
Declaration
public static void SetupFluentMappings(DbModelBuilder modelBuilder)
Parameters
Type | Name | Description |
---|---|---|
System.Data.Entity.DbModelBuilder | modelBuilder | The DbModelBuilder that has all of the model entities. |