Class AutoAwardPaymentPlanAssignmentChange
This class represents the EntityModel interface to the FaCashPlanWorkflowAudit database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class AutoAwardPaymentPlanAssignmentChange
Constructors
AutoAwardPaymentPlanAssignmentChange()
Declaration
public AutoAwardPaymentPlanAssignmentChange()
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this AutoAwardPaymentPlanAssignmentChange.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this AutoAwardPaymentPlanAssignmentChange.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this AutoAwardPaymentPlanAssignmentChange.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this AutoAwardPaymentPlanAssignmentChange.
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 AutoAwardPaymentPlanAssignmentChange.
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 AutoAwardPaymentPlanAssignmentChange.
Declaration
public int? NewAssignedStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The NewAssignedStaffId. |
Note
Gets or sets the Note associated with this AutoAwardPaymentPlanAssignmentChange.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
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 AutoAwardPaymentPlanAssignmentChange.
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 AutoAwardPaymentPlanAssignmentChange.
Declaration
public int? PreviousAssignedStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PreviousAssignedStaffId. |
StudentAward
Declaration
public virtual StudentAward StudentAward { get; set; }
Property Value
Type | Description |
---|---|
StudentAward |
StudentAwardId
Gets or sets the StudentAwardId associated with this AutoAwardPaymentPlanAssignmentChange.
Declaration
public int? StudentAwardId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentAwardId. |
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. |