Class PellSchoolAccountStatementAwardDetail
This class represents the EntityModel interface to the FaPellSASAwardDetail database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class PellSchoolAccountStatementAwardDetail
Constructors
PellSchoolAccountStatementAwardDetail()
Declaration
public PellSchoolAccountStatementAwardDetail()
Properties
AttPellIdentifierCode
Gets or sets the AttPellIdentifierCode associated with this PellSchoolAccountStatementAwardDetail.
Declaration
public string AttPellIdentifierCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AttPellIdentifierCode. |
AwardBookedDate
Gets or sets the AwardBookedDate associated with this PellSchoolAccountStatementAwardDetail.
Declaration
public DateTime AwardBookedDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The AwardBookedDate. |
BatchIdentifier
Gets or sets the BatchIdentifier associated with this PellSchoolAccountStatementAwardDetail.
Declaration
public string BatchIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BatchIdentifier. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this PellSchoolAccountStatementAwardDetail.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
FaExportImportFile
Declaration
public virtual FaExportImportFile FaExportImportFile { get; set; }
Property Value
Type | Description |
---|---|
FaExportImportFile |
FaExportImportFileId
Gets or sets the FaExportImportFileId associated with this PellSchoolAccountStatementAwardDetail.
Declaration
public int FaExportImportFileId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The FaExportImportFileId. |
FirstName
Gets or sets the FirstName associated with this PellSchoolAccountStatementAwardDetail.
Declaration
public string FirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FirstName. |
IasgFlag
Gets or sets the IasgFlag associated with this PellSchoolAccountStatementAwardDetail.
Declaration
public string IasgFlag { get; set; }
Property Value
Type | Description |
---|---|
System.String | The IasgFlag. |
Id
Gets or sets the Id associated with this PellSchoolAccountStatementAwardDetail.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this PellSchoolAccountStatementAwardDetail.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this PellSchoolAccountStatementAwardDetail.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LastName
Gets or sets the LastName associated with this PellSchoolAccountStatementAwardDetail.
Declaration
public string LastName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LastName. |
Mi
Gets or sets the Mi associated with this PellSchoolAccountStatementAwardDetail.
Declaration
public string Mi { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Mi. |
PopStatus
Gets or sets the PopStatus associated with this PellSchoolAccountStatementAwardDetail.
Declaration
public string PopStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PopStatus. |
ProcessDate
Gets or sets the ProcessDate associated with this PellSchoolAccountStatementAwardDetail.
Declaration
public DateTime ProcessDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The ProcessDate. |
RecordCountSequenceNumber
Gets or sets the RecordCountSequenceNumber associated with this PellSchoolAccountStatementAwardDetail.
Declaration
public string RecordCountSequenceNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RecordCountSequenceNumber. |
RecordType
Gets or sets the RecordType associated with this PellSchoolAccountStatementAwardDetail.
Declaration
public string RecordType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RecordType. |
RegionCode
Gets or sets the RegionCode associated with this PellSchoolAccountStatementAwardDetail.
Declaration
public string RegionCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RegionCode. |
ReportEndDate
Gets or sets the ReportEndDate associated with this PellSchoolAccountStatementAwardDetail.
Declaration
public DateTime ReportEndDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The ReportEndDate. |
ReportingOpeIdentiferCode
Gets or sets the ReportingOpeIdentiferCode associated with this PellSchoolAccountStatementAwardDetail.
Declaration
public string ReportingOpeIdentiferCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ReportingOpeIdentiferCode. |
ReportingPellIdentifierCode
Gets or sets the ReportingPellIdentifierCode associated with this PellSchoolAccountStatementAwardDetail.
Declaration
public string ReportingPellIdentifierCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ReportingPellIdentifierCode. |
SchoolCode
Gets or sets the SchoolCode associated with this PellSchoolAccountStatementAwardDetail.
Declaration
public string SchoolCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SchoolCode. |
StateCode
Gets or sets the StateCode associated with this PellSchoolAccountStatementAwardDetail.
Declaration
public string StateCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StateCode. |
StudentSsn
Gets or sets the StudentSsn associated with this PellSchoolAccountStatementAwardDetail.
Declaration
public string StudentSsn { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentSsn. |
TotalYtdDisbursed
Gets or sets the TotalYtdDisbursed associated with this PellSchoolAccountStatementAwardDetail.
Declaration
public decimal TotalYtdDisbursed { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The TotalYtdDisbursed. |
VerificationStatus
Gets or sets the VerificationStatus associated with this PellSchoolAccountStatementAwardDetail.
Declaration
public string VerificationStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The VerificationStatus. |
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. |