Class IsirRawData
This class represents the EntityModel interface to the FaISIRSparseData database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class IsirRawData
Constructors
IsirRawData()
Declaration
public IsirRawData()
Properties
AwardYearIdentifier
Gets or sets the AwardYearIdentifier associated with this IsirRawData.
Declaration
public string AwardYearIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardYearIdentifier. |
Column337
Gets or sets the Column337 associated with this IsirRawData.
Declaration
public string Column337 { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Column337. |
FatherDateOfBirth
Gets or sets the FatherDateOfBirth associated with this IsirRawData.
Declaration
public string FatherDateOfBirth { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FatherDateOfBirth. |
FatherFirstNameInitial
Gets or sets the FatherFirstNameInitial associated with this IsirRawData.
Declaration
public string FatherFirstNameInitial { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FatherFirstNameInitial. |
FatherLastName
Gets or sets the FatherLastName associated with this IsirRawData.
Declaration
public string FatherLastName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FatherLastName. |
FatherSsn
Gets or sets the FatherSsn associated with this IsirRawData.
Declaration
public string FatherSsn { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FatherSsn. |
Id
Gets or sets the Id associated with this IsirRawData.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsirSummaryId
Gets or sets the IsirSummaryId associated with this IsirRawData.
Declaration
public int IsirSummaryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The IsirSummaryId. |
MotherDateOfBirth
Gets or sets the MotherDateOfBirth associated with this IsirRawData.
Declaration
public string MotherDateOfBirth { get; set; }
Property Value
Type | Description |
---|---|
System.String | The MotherDateOfBirth. |
MotherFirstNameInitial
Gets or sets the MotherFirstNameInitial associated with this IsirRawData.
Declaration
public string MotherFirstNameInitial { get; set; }
Property Value
Type | Description |
---|---|
System.String | The MotherFirstNameInitial. |
MotherLastName
Gets or sets the MotherLastName associated with this IsirRawData.
Declaration
public string MotherLastName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The MotherLastName. |
MotherSsn
Gets or sets the MotherSsn associated with this IsirRawData.
Declaration
public string MotherSsn { get; set; }
Property Value
Type | Description |
---|---|
System.String | The MotherSsn. |
ParentStateOfResidence
Gets or sets the ParentStateOfResidence associated with this IsirRawData.
Declaration
public string ParentStateOfResidence { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ParentStateOfResidence. |
RejectCodes
Gets or sets the RejectCodes associated with this IsirRawData.
Declaration
public string RejectCodes { get; set; }
Property Value
Type | Description |
---|---|
System.String | The RejectCodes. |
TransactionSourceTypeCode
Gets or sets the TransactionSourceTypeCode associated with this IsirRawData.
Declaration
public string TransactionSourceTypeCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TransactionSourceTypeCode. |
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. |