Class StudentRt4CalculationPostWithdrawalDisbursement
This class represents the EntityModel interface to the SaReturnOfT4PWD database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.StudentAccounts
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StudentRt4CalculationPostWithdrawalDisbursement
Constructors
StudentRt4CalculationPostWithdrawalDisbursement()
Declaration
public StudentRt4CalculationPostWithdrawalDisbursement()
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentRt4CalculationPostWithdrawalDisbursement.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DeliveryMethodReceived
Gets or sets the DeliveryMethodReceived associated with this StudentRt4CalculationPostWithdrawalDisbursement.
Declaration
public string DeliveryMethodReceived { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DeliveryMethodReceived. |
Document
Declaration
public virtual Document Document { get; set; }
Property Value
Type | Description |
---|---|
Document |
DocumentId
Gets or sets the DocumentId associated with this StudentRt4CalculationPostWithdrawalDisbursement.
Declaration
public int? DocumentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The DocumentId. |
EmailNotification
Gets or sets the EmailNotification associated with this StudentRt4CalculationPostWithdrawalDisbursement.
Declaration
public string EmailNotification { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EmailNotification. |
Id
Gets or sets the Id associated with this StudentRt4CalculationPostWithdrawalDisbursement.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IneligibleDate
Gets or sets the IneligibleDate associated with this StudentRt4CalculationPostWithdrawalDisbursement.
Declaration
public DateTime? IneligibleDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The IneligibleDate. |
IsReadyToPrint
Gets or sets the IsReadyToPrint associated with this StudentRt4CalculationPostWithdrawalDisbursement.
Declaration
public bool IsReadyToPrint { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsReadyToPrint. |
IsStudentNotice
Gets or sets the IsStudentNotice associated with this StudentRt4CalculationPostWithdrawalDisbursement.
Declaration
public bool IsStudentNotice { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsStudentNotice. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentRt4CalculationPostWithdrawalDisbursement.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentRt4CalculationPostWithdrawalDisbursement.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
PostWithdrawalDisbursementConfigurationDetailId
Gets or sets the PostWithdrawalDisbursementConfigurationDetailId associated with this StudentRt4CalculationPostWithdrawalDisbursement.
Declaration
public int PostWithdrawalDisbursementConfigurationDetailId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The PostWithdrawalDisbursementConfigurationDetailId. |
PrintDate
Gets or sets the PrintDate associated with this StudentRt4CalculationPostWithdrawalDisbursement.
Declaration
public DateTime? PrintDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The PrintDate. |
ResendDate
Gets or sets the ResendDate associated with this StudentRt4CalculationPostWithdrawalDisbursement.
Declaration
public DateTime? ResendDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ResendDate. |
SnoozeUntilDate
Gets or sets the SnoozeUntilDate associated with this StudentRt4CalculationPostWithdrawalDisbursement.
Declaration
public DateTime SnoozeUntilDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The SnoozeUntilDate. |
Status
Gets or sets the Status associated with this StudentRt4CalculationPostWithdrawalDisbursement.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Status. |
StudentRt4Calculation
Declaration
public virtual StudentRt4Calculation StudentRt4Calculation { get; set; }
Property Value
Type | Description |
---|---|
StudentRt4Calculation |
StudentRt4CalculationId
Gets or sets the StudentRt4CalculationId associated with this StudentRt4CalculationPostWithdrawalDisbursement.
Declaration
public int StudentRt4CalculationId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentRt4CalculationId. |
StudentRt4CalculationPostWithdrawalDisbursementAssignment
Declaration
public virtual ICollection<StudentRt4CalculationPostWithdrawalDisbursementAssignment> StudentRt4CalculationPostWithdrawalDisbursementAssignment { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentRt4CalculationPostWithdrawalDisbursementAssignment> |
StudentRt4CalculationPostWithdrawalDisbursementComment
Declaration
public virtual ICollection<StudentRt4CalculationPostWithdrawalDisbursementComment> StudentRt4CalculationPostWithdrawalDisbursementComment { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentRt4CalculationPostWithdrawalDisbursementComment> |
StudentRt4CalculationPostWithdrawalDisbursementDetails
Declaration
public virtual ICollection<StudentRt4CalculationPostWithdrawalDisbursementDetail> StudentRt4CalculationPostWithdrawalDisbursementDetails { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentRt4CalculationPostWithdrawalDisbursementDetail> |
WebAlertNotification
Gets or sets the WebAlertNotification associated with this StudentRt4CalculationPostWithdrawalDisbursement.
Declaration
public string WebAlertNotification { get; set; }
Property Value
Type | Description |
---|---|
System.String | The WebAlertNotification. |
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. |