Class StudentRt4CalculationPostWithdrawalDisbursementEntity
This class represents the EntityModel interface to the SaReturnOfT4PWD database table.
Inheritance
Implements
Namespace: Cmc.Nexus.StudentAccounts.Entities
Assembly: Cmc.Nexus.StudentAccounts.Contracts.dll
Syntax
public class StudentRt4CalculationPostWithdrawalDisbursementEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentRt4CalculationPostWithdrawalDisbursementEntity()
Declaration
public StudentRt4CalculationPostWithdrawalDisbursementEntity()
Fields
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DeliveryMethodReceivedProperty
The DeliveryMethodReceived property.
Declaration
public static readonly EntityProperty DeliveryMethodReceivedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DocumentIdProperty
The DocumentId property.
Declaration
public static readonly EntityProperty DocumentIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EmailNotificationProperty
The EmailNotification property.
Declaration
public static readonly EntityProperty EmailNotificationProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ErrorNotificationStatus
Declaration
public static readonly string ErrorNotificationStatus
Field Value
Type | Description |
---|---|
System.String |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IneligibleDateProperty
The IneligibleDate property.
Declaration
public static readonly EntityProperty IneligibleDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsReadyToPrintProperty
The IsReadyToPrint property.
Declaration
public static readonly EntityProperty IsReadyToPrintProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsStudentNoticeProperty
The IsStudentNotice property.
Declaration
public static readonly EntityProperty IsStudentNoticeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NotRequiredNotificationStatus
Declaration
public static readonly string NotRequiredNotificationStatus
Field Value
Type | Description |
---|---|
System.String |
PendingNotificationStatus
Declaration
public static readonly string PendingNotificationStatus
Field Value
Type | Description |
---|---|
System.String |
PostWithdrawalDisbursementConfigurationDetailIdProperty
The PostWithdrawalDisbursementConfigurationDetailId property.
Declaration
public static readonly EntityProperty PostWithdrawalDisbursementConfigurationDetailIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
PrintDateProperty
The PrintDate property.
Declaration
public static readonly EntityProperty PrintDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ResendDateProperty
The ResendDate property.
Declaration
public static readonly EntityProperty ResendDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SentNotificationStatus
Declaration
public static readonly string SentNotificationStatus
Field Value
Type | Description |
---|---|
System.String |
SnoozeUntilDateProperty
The SnoozeUntilDate property.
Declaration
public static readonly EntityProperty SnoozeUntilDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StatusProperty
The Status property.
Declaration
public static readonly EntityProperty StatusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentRt4CalculationIdProperty
The StudentRt4CalculationId property.
Declaration
public static readonly EntityProperty StudentRt4CalculationIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentRt4CalculationPostWithdrawalDisbursementAssignmentProperty
The StudentRt4CalculationPostWithdrawalDisbursementAssignment property.
Declaration
public static readonly EntityProperty StudentRt4CalculationPostWithdrawalDisbursementAssignmentProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentRt4CalculationPostWithdrawalDisbursementCommentProperty
The StudentRt4CalculationPostWithdrawalDisbursementComment property.
Declaration
public static readonly EntityProperty StudentRt4CalculationPostWithdrawalDisbursementCommentProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentRt4CalculationPostWithdrawalDisbursementDetailsProperty
The StudentRt4CalculationPostWithdrawalDisbursementDetails property.
Declaration
public static readonly EntityProperty StudentRt4CalculationPostWithdrawalDisbursementDetailsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
WebAlertNotificationProperty
The WebAlertNotification property.
Declaration
public static readonly EntityProperty WebAlertNotificationProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentRt4CalculationPostWithdrawalDisbursementEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
DeliveryMethodReceived
Gets or sets the DeliveryMethodReceived associated with this StudentRt4CalculationPostWithdrawalDisbursementEntity.
Declaration
public string DeliveryMethodReceived { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DeliveryMethodReceived. |
DocumentId
Gets or sets the DocumentId associated with this StudentRt4CalculationPostWithdrawalDisbursementEntity.
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 StudentRt4CalculationPostWithdrawalDisbursementEntity.
Declaration
public string EmailNotification { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EmailNotification. |
Id
Gets or sets the Id associated with this StudentRt4CalculationPostWithdrawalDisbursementEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IneligibleDate
Gets or sets the IneligibleDate associated with this StudentRt4CalculationPostWithdrawalDisbursementEntity.
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 StudentRt4CalculationPostWithdrawalDisbursementEntity.
Declaration
public bool IsReadyToPrint { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsReadyToPrint. |
IsStudentNotice
Gets or sets the IsStudentNotice associated with this StudentRt4CalculationPostWithdrawalDisbursementEntity.
Declaration
public bool IsStudentNotice { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsStudentNotice. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentRt4CalculationPostWithdrawalDisbursementEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentRt4CalculationPostWithdrawalDisbursementEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
PostWithdrawalDisbursementConfigurationDetailId
Gets or sets the PostWithdrawalDisbursementConfigurationDetailId associated with this StudentRt4CalculationPostWithdrawalDisbursementEntity.
Declaration
public int PostWithdrawalDisbursementConfigurationDetailId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The PostWithdrawalDisbursementConfigurationDetailId. |
PrintDate
Gets or sets the PrintDate associated with this StudentRt4CalculationPostWithdrawalDisbursementEntity.
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 StudentRt4CalculationPostWithdrawalDisbursementEntity.
Declaration
public DateTime? ResendDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The ResendDate. |
RowVersion
Gets or sets the RowVersion associated with this StudentRt4CalculationPostWithdrawalDisbursementEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SnoozeUntilDate
Gets or sets the SnoozeUntilDate associated with this StudentRt4CalculationPostWithdrawalDisbursementEntity.
Declaration
public DateTime SnoozeUntilDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The SnoozeUntilDate. |
Status
Gets or sets the Status associated with this StudentRt4CalculationPostWithdrawalDisbursementEntity.
Declaration
public string Status { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Status. |
StudentRt4CalculationId
Gets or sets the StudentRt4CalculationId associated with this StudentRt4CalculationPostWithdrawalDisbursementEntity.
Declaration
public int StudentRt4CalculationId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentRt4CalculationId. |
StudentRt4CalculationPostWithdrawalDisbursementAssignment
Declaration
public virtual EntityCollection<StudentRt4CalculationPostWithdrawalDisbursementAssignmentEntity> StudentRt4CalculationPostWithdrawalDisbursementAssignment { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<StudentRt4CalculationPostWithdrawalDisbursementAssignmentEntity> |
StudentRt4CalculationPostWithdrawalDisbursementComment
Declaration
public virtual EntityCollection<StudentRt4CalculationPostWithdrawalDisbursementCommentEntity> StudentRt4CalculationPostWithdrawalDisbursementComment { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<StudentRt4CalculationPostWithdrawalDisbursementCommentEntity> |
StudentRt4CalculationPostWithdrawalDisbursementDetails
Declaration
public virtual EntityCollection<StudentRt4CalculationPostWithdrawalDisbursementDetailEntity> StudentRt4CalculationPostWithdrawalDisbursementDetails { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityCollection<StudentRt4CalculationPostWithdrawalDisbursementDetailEntity> |
WebAlertNotification
Gets or sets the WebAlertNotification associated with this StudentRt4CalculationPostWithdrawalDisbursementEntity.
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()