Class StudentRefundCalculationWorkflowDataChange
This class represents the EntityModel interface to the SaRefundCalculationWorkflowAudit database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentAccounts
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StudentRefundCalculationWorkflowDataChange
Constructors
StudentRefundCalculationWorkflowDataChange()
Declaration
public StudentRefundCalculationWorkflowDataChange()
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentRefundCalculationWorkflowDataChange.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this StudentRefundCalculationWorkflowDataChange.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentRefundCalculationWorkflowDataChange.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentRefundCalculationWorkflowDataChange.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
NewAssignedStaff
Declaration
public virtual Staff NewAssignedStaff { get; set; }
Property Value
Type | Description |
---|---|
Staff |
NewAssignedStaffGroup
Declaration
public virtual StaffGroup NewAssignedStaffGroup { get; set; }
Property Value
Type | Description |
---|---|
StaffGroup |
NewAssignedStaffGroupId
Gets or sets the NewAssignedStaffGroupId associated with this StudentRefundCalculationWorkflowDataChange.
Declaration
public int? NewAssignedStaffGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The NewAssignedStaffGroupId. |
NewAssignedStaffId
Gets or sets the NewAssignedStaffId associated with this StudentRefundCalculationWorkflowDataChange.
Declaration
public int? NewAssignedStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The NewAssignedStaffId. |
NewLockedByUser
Declaration
public virtual Staff NewLockedByUser { get; set; }
Property Value
Type | Description |
---|---|
Staff |
NewLockedByUserId
Gets or sets the NewLockedByUserId associated with this StudentRefundCalculationWorkflowDataChange.
Declaration
public int? NewLockedByUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The NewLockedByUserId. |
NewLockedOnDateTime
Gets or sets the NewLockedOnDateTime associated with this StudentRefundCalculationWorkflowDataChange.
Declaration
public DateTime? NewLockedOnDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The NewLockedOnDateTime. |
NewRefundCalculationAction
Declaration
public virtual RefundCalculationAction NewRefundCalculationAction { get; set; }
Property Value
Type | Description |
---|---|
RefundCalculationAction |
NewRefundCalculationActionId
Gets or sets the NewRefundCalculationActionId associated with this StudentRefundCalculationWorkflowDataChange.
Declaration
public int NewRefundCalculationActionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The NewRefundCalculationActionId. |
NewRefundCalculationStatus
Declaration
public virtual RefundCalculationStatus NewRefundCalculationStatus { get; set; }
Property Value
Type | Description |
---|---|
RefundCalculationStatus |
NewRefundCalculationStatusId
Gets or sets the NewRefundCalculationStatusId associated with this StudentRefundCalculationWorkflowDataChange.
Declaration
public int? NewRefundCalculationStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The NewRefundCalculationStatusId. |
Note
Gets or sets the Note associated with this StudentRefundCalculationWorkflowDataChange.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
PrevAssignedStaff
Declaration
public virtual Staff PrevAssignedStaff { get; set; }
Property Value
Type | Description |
---|---|
Staff |
PrevAssignedStaffGroup
Declaration
public virtual StaffGroup PrevAssignedStaffGroup { get; set; }
Property Value
Type | Description |
---|---|
StaffGroup |
PrevAssignedStaffGroupId
Gets or sets the PrevAssignedStaffGroupId associated with this StudentRefundCalculationWorkflowDataChange.
Declaration
public int? PrevAssignedStaffGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PrevAssignedStaffGroupId. |
PrevAssignedStaffId
Gets or sets the PrevAssignedStaffId associated with this StudentRefundCalculationWorkflowDataChange.
Declaration
public int? PrevAssignedStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PrevAssignedStaffId. |
PrevLockedByUser
Declaration
public virtual Staff PrevLockedByUser { get; set; }
Property Value
Type | Description |
---|---|
Staff |
PrevLockedByUserId
Gets or sets the PrevLockedByUserId associated with this StudentRefundCalculationWorkflowDataChange.
Declaration
public int? PrevLockedByUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PrevLockedByUserId. |
PrevLockedOnDateTime
Gets or sets the PrevLockedOnDateTime associated with this StudentRefundCalculationWorkflowDataChange.
Declaration
public DateTime? PrevLockedOnDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The PrevLockedOnDateTime. |
PrevRefundCalculationAction
Declaration
public virtual RefundCalculationAction PrevRefundCalculationAction { get; set; }
Property Value
Type | Description |
---|---|
RefundCalculationAction |
PrevRefundCalculationActionId
Gets or sets the PrevRefundCalculationActionId associated with this StudentRefundCalculationWorkflowDataChange.
Declaration
public int PrevRefundCalculationActionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The PrevRefundCalculationActionId. |
PrevRefundCalculationStatus
Declaration
public virtual RefundCalculationStatus PrevRefundCalculationStatus { get; set; }
Property Value
Type | Description |
---|---|
RefundCalculationStatus |
PrevRefundCalculationStatusId
Gets or sets the PrevRefundCalculationStatusId associated with this StudentRefundCalculationWorkflowDataChange.
Declaration
public int? PrevRefundCalculationStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PrevRefundCalculationStatusId. |
StudentRefundCalculation
Declaration
public virtual StudentRefundCalculation StudentRefundCalculation { get; set; }
Property Value
Type | Description |
---|---|
StudentRefundCalculation |
StudentRefundCalculationId
Gets or sets the StudentRefundCalculationId associated with this StudentRefundCalculationWorkflowDataChange.
Declaration
public int? StudentRefundCalculationId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentRefundCalculationId. |
StudentRt4Calculation
Declaration
public virtual StudentRt4Calculation StudentRt4Calculation { get; set; }
Property Value
Type | Description |
---|---|
StudentRt4Calculation |
StudentRt4CalculationId
Gets or sets the StudentRt4CalculationId associated with this StudentRefundCalculationWorkflowDataChange.
Declaration
public int? StudentRt4CalculationId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentRt4CalculationId. |
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. |