Class StudentRt4CalculationPostWithdrawalDisbursementAssignmentDataChange
This class represents the EntityModel interface to the SaReturnOfT4PWDWorkflowAudit database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentAccounts
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StudentRt4CalculationPostWithdrawalDisbursementAssignmentDataChange
Constructors
StudentRt4CalculationPostWithdrawalDisbursementAssignmentDataChange()
Declaration
public StudentRt4CalculationPostWithdrawalDisbursementAssignmentDataChange()
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentRt4CalculationPostWithdrawalDisbursementAssignmentDataChange.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CurrentAssignedStaff
Declaration
public virtual Staff CurrentAssignedStaff { get; set; }
Property Value
Type | Description |
---|---|
Staff |
CurrentAssignedStaffGroup
Declaration
public virtual StaffGroup CurrentAssignedStaffGroup { get; set; }
Property Value
Type | Description |
---|---|
StaffGroup |
CurrentAssignedStaffGroupID
Gets or sets the CurrentAssignedStaffGroupID associated with this StudentRt4CalculationPostWithdrawalDisbursementAssignmentDataChange.
Declaration
public int? CurrentAssignedStaffGroupID { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CurrentAssignedStaffGroupID. |
CurrentAssignedStaffId
Gets or sets the CurrentAssignedStaffId associated with this StudentRt4CalculationPostWithdrawalDisbursementAssignmentDataChange.
Declaration
public int? CurrentAssignedStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CurrentAssignedStaffId. |
CurrentDocumentStatus
Declaration
public virtual DocumentStatus CurrentDocumentStatus { get; set; }
Property Value
Type | Description |
---|---|
DocumentStatus |
CurrentDocumentStatusId
Gets or sets the CurrentDocumentStatusId associated with this StudentRt4CalculationPostWithdrawalDisbursementAssignmentDataChange.
Declaration
public int CurrentDocumentStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CurrentDocumentStatusId. |
Id
Gets or sets the Id associated with this StudentRt4CalculationPostWithdrawalDisbursementAssignmentDataChange.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentRt4CalculationPostWithdrawalDisbursementAssignmentDataChange.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentRt4CalculationPostWithdrawalDisbursementAssignmentDataChange.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
PostWithdrawalDisbursementActionId
Gets or sets the PostWithdrawalDisbursementActionId associated with this StudentRt4CalculationPostWithdrawalDisbursementAssignmentDataChange.
Declaration
public int PostWithdrawalDisbursementActionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The PostWithdrawalDisbursementActionId. |
PreviousAssignedStaff
Declaration
public virtual Staff PreviousAssignedStaff { get; set; }
Property Value
Type | Description |
---|---|
Staff |
PreviousAssignedStaffGroup
Declaration
public virtual StaffGroup PreviousAssignedStaffGroup { get; set; }
Property Value
Type | Description |
---|---|
StaffGroup |
PreviousAssignedStaffGroupId
Gets or sets the PreviousAssignedStaffGroupId associated with this StudentRt4CalculationPostWithdrawalDisbursementAssignmentDataChange.
Declaration
public int? PreviousAssignedStaffGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PreviousAssignedStaffGroupId. |
PreviousAssignedStaffId
Gets or sets the PreviousAssignedStaffId associated with this StudentRt4CalculationPostWithdrawalDisbursementAssignmentDataChange.
Declaration
public int? PreviousAssignedStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PreviousAssignedStaffId. |
PreviousDocumentStatus
Declaration
public virtual DocumentStatus PreviousDocumentStatus { get; set; }
Property Value
Type | Description |
---|---|
DocumentStatus |
PreviousDocumentStatusId
Gets or sets the PreviousDocumentStatusId associated with this StudentRt4CalculationPostWithdrawalDisbursementAssignmentDataChange.
Declaration
public int PreviousDocumentStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The PreviousDocumentStatusId. |
StudentRt4CalculationPostWithdrawalDisbursement
Declaration
public virtual StudentRt4CalculationPostWithdrawalDisbursement StudentRt4CalculationPostWithdrawalDisbursement { get; set; }
Property Value
Type | Description |
---|---|
StudentRt4CalculationPostWithdrawalDisbursement |
StudentRt4CalculationPostWithdrawalDisbursementId
Gets or sets the StudentRt4CalculationPostWithdrawalDisbursementId associated with this StudentRt4CalculationPostWithdrawalDisbursementAssignmentDataChange.
Declaration
public int StudentRt4CalculationPostWithdrawalDisbursementId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentRt4CalculationPostWithdrawalDisbursementId. |
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. |