Class PostWithdrawalDisbursementAssignment
This class represents the EntityModel interface to the FaaPwdAssignment_vw database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentAccounts
Assembly: Cmc.Nexus.Models.dll
Syntax
public class PostWithdrawalDisbursementAssignment
Constructors
PostWithdrawalDisbursementAssignment()
Declaration
public PostWithdrawalDisbursementAssignment()
Properties
AssignedStaff
Declaration
public virtual Staff AssignedStaff { get; set; }
Property Value
Type | Description |
---|---|
Staff |
AssignedStaffGroup
Declaration
public virtual StaffGroup AssignedStaffGroup { get; set; }
Property Value
Type | Description |
---|---|
StaffGroup |
AssignedStaffGroupId
Gets or sets the AssignedStaffGroupId associated with this PostWithdrawalDisbursementAssignment.
Declaration
public int? AssignedStaffGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AssignedStaffGroupId. |
AssignedStaffId
Gets or sets the AssignedStaffId associated with this PostWithdrawalDisbursementAssignment.
Declaration
public int? AssignedStaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AssignedStaffId. |
AssignmentMethod
Gets or sets the AssignmentMethod associated with this PostWithdrawalDisbursementAssignment.
Declaration
public string AssignmentMethod { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AssignmentMethod. |
Campus
Declaration
public virtual Campus Campus { get; set; }
Property Value
Type | Description |
---|---|
Campus |
CampusId
Gets or sets the CampusId associated with this PostWithdrawalDisbursementAssignment.
Declaration
public int? CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CampusId. |
CampusName
Gets or sets the CampusName associated with this PostWithdrawalDisbursementAssignment.
Declaration
public string CampusName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CampusName. |
CautionAgeDays
Gets or sets the CautionAgeDays associated with this PostWithdrawalDisbursementAssignment.
Declaration
public byte? CautionAgeDays { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Byte> | The CautionAgeDays. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this PostWithdrawalDisbursementAssignment.
Declaration
public DateTime? CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The CreatedDateTime. |
CriticalAgeDays
Gets or sets the CriticalAgeDays associated with this PostWithdrawalDisbursementAssignment.
Declaration
public byte? CriticalAgeDays { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Byte> | The CriticalAgeDays. |
FaaProcessExceptionRoutingType
Declaration
public virtual FaaProcessExceptionRoutingType FaaProcessExceptionRoutingType { get; set; }
Property Value
Type | Description |
---|---|
FaaProcessExceptionRoutingType |
FaaProcessExceptionRoutingTypeId
Gets or sets the FaaProcessExceptionRoutingTypeId associated with this PostWithdrawalDisbursementAssignment.
Declaration
public int? FaaProcessExceptionRoutingTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The FaaProcessExceptionRoutingTypeId. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this PostWithdrawalDisbursementAssignment.
Declaration
public DateTime? LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The LastModifiedDateTime. |
LastModifiedUserName
Gets or sets the LastModifiedUserName associated with this PostWithdrawalDisbursementAssignment.
Declaration
public string LastModifiedUserName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LastModifiedUserName. |
MaximumExpirationDays
Gets or sets the MaximumExpirationDays associated with this PostWithdrawalDisbursementAssignment.
Declaration
public int? MaximumExpirationDays { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The MaximumExpirationDays. |
PostWithdrawalDisbursementRoutingTemplate
Declaration
public virtual PostWithdrawalDisbursementRoutingTemplate PostWithdrawalDisbursementRoutingTemplate { get; set; }
Property Value
Type | Description |
---|---|
PostWithdrawalDisbursementRoutingTemplate |
PostWithdrawalDisbursementRoutingTemplateCampusProgram
Declaration
public virtual PostWithdrawalDisbursementRoutingTemplateCampusProgram PostWithdrawalDisbursementRoutingTemplateCampusProgram { get; set; }
Property Value
Type | Description |
---|---|
PostWithdrawalDisbursementRoutingTemplateCampusProgram |
PostWithdrawalDisbursementRoutingTemplateCampusProgramId
Gets or sets the PostWithdrawalDisbursementRoutingTemplateCampusProgramId associated with this PostWithdrawalDisbursementAssignment.
Declaration
public int? PostWithdrawalDisbursementRoutingTemplateCampusProgramId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PostWithdrawalDisbursementRoutingTemplateCampusProgramId. |
PostWithdrawalDisbursementRoutingTemplateId
Gets or sets the PostWithdrawalDisbursementRoutingTemplateId associated with this PostWithdrawalDisbursementAssignment.
Declaration
public int? PostWithdrawalDisbursementRoutingTemplateId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The PostWithdrawalDisbursementRoutingTemplateId. |
Program
Declaration
public virtual Program Program { get; set; }
Property Value
Type | Description |
---|---|
Program |
ProgramId
Gets or sets the ProgramId associated with this PostWithdrawalDisbursementAssignment.
Declaration
public int? ProgramId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ProgramId. |
ProgramName
Gets or sets the ProgramName associated with this PostWithdrawalDisbursementAssignment.
Declaration
public string ProgramName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProgramName. |
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. |