Class IsirSummaryWithId
This class represents the EntityModel interface to the vw_FaISIRMain database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class IsirSummaryWithId
Constructors
IsirSummaryWithId()
Declaration
public IsirSummaryWithId()
Properties
AwardYear
Gets or sets the AwardYear associated with this IsirSummaryWithId.
Declaration
public string AwardYear { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The AwardYear. |
AwardYearIdentifier
Gets or sets the AwardYearIdentifier associated with this IsirSummaryWithId.
Declaration
public string AwardYearIdentifier { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The AwardYearIdentifier. |
BatchIdentifier
Gets or sets the BatchIdentifier associated with this IsirSummaryWithId.
Declaration
public string BatchIdentifier { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The BatchIdentifier. |
EnrollStatus
Gets or sets the EnrollStatus associated with this IsirSummaryWithId.
Declaration
public string EnrollStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The EnrollStatus. |
IsirDateOfBirth
Gets or sets the IsirDateOfBirth associated with this IsirSummaryWithId.
Declaration
public DateTime? IsirDateOfBirth { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.DateTime> | The IsirDateOfBirth. |
IsirFirstName
Gets or sets the IsirFirstName associated with this IsirSummaryWithId.
Declaration
public string IsirFirstName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The IsirFirstName. |
IsirLastName
Gets or sets the IsirLastName associated with this IsirSummaryWithId.
Declaration
public string IsirLastName { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The IsirLastName. |
IsirRecordStatus
Gets or sets the IsirRecordStatus associated with this IsirSummaryWithId.
Declaration
public byte IsirRecordStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Byte | The IsirRecordStatus. |
IsirSsn
Gets or sets the IsirSsn associated with this IsirSummaryWithId.
Declaration
public string IsirSsn { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The IsirSsn. |
IsirSummaryId
Gets or sets the IsirSummaryId associated with this IsirSummaryWithId.
Declaration
public int IsirSummaryId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Int32 | The IsirSummaryId. |
Model
Gets or sets the Model associated with this IsirSummaryWithId.
Declaration
public string Model { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The Model. |
PrimaryEfc
Gets or sets the PrimaryEfc associated with this IsirSummaryWithId.
Declaration
public string PrimaryEfc { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The PrimaryEfc. |
ProcessingStatus
Gets or sets the ProcessingStatus associated with this IsirSummaryWithId.
Declaration
public string ProcessingStatus { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The ProcessingStatus. |
StudentAidIndex
Gets or sets the StudentAidIndex associated with this IsirSummaryWithId.
Declaration
public string StudentAidIndex { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The StudentAidIndex. |
StudentId
Gets or sets the StudentId associated with this IsirSummaryWithId.
Declaration
public int? StudentId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> | The StudentId. |
StudentIdentifier
Gets or sets the StudentIdentifier associated with this IsirSummaryWithId.
Declaration
public string StudentIdentifier { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The StudentIdentifier. |
StudentNumber
Gets or sets the StudentNumber associated with this IsirSummaryWithId.
Declaration
public string StudentNumber { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The StudentNumber. |
TransactionIdentifier
Gets or sets the TransactionIdentifier associated with this IsirSummaryWithId.
Declaration
public string TransactionIdentifier { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The TransactionIdentifier. |
TransactionUniversallyUniqueIdentifier
Gets or sets the TransactionUniversallyUniqueIdentifier associated with this IsirSummaryWithId.
Declaration
public string TransactionUniversallyUniqueIdentifier { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The TransactionUniversallyUniqueIdentifier. |
VerificationComplete
Gets or sets the VerificationComplete associated with this IsirSummaryWithId.
Declaration
public string VerificationComplete { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The VerificationComplete. |
VerificationGroupResult
Gets or sets the VerificationGroupResult associated with this IsirSummaryWithId.
Declaration
public string VerificationGroupResult { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String | The VerificationGroupResult. |
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. |