Class IsirSummary
This class represents the EntityModel interface to the FaISIRMain database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class IsirSummary
Constructors
IsirSummary()
Declaration
public IsirSummary()
Properties
BatchIdentifier
Gets or sets the BatchIdentifier associated with this IsirSummary.
Declaration
public string BatchIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BatchIdentifier. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this IsirSummary.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
EnrollmentStatus
Gets or sets the EnrollmentStatus associated with this IsirSummary.
Declaration
public string EnrollmentStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The EnrollmentStatus. |
Id
Gets or sets the Id associated with this IsirSummary.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsirAwardYearSchema
Declaration
public virtual IsirAwardYearSchema IsirAwardYearSchema { get; set; }
Property Value
Type | Description |
---|---|
IsirAwardYearSchema |
IsirAwardYearSchemaId
Gets or sets the IsirAwardYearSchemaId associated with this IsirSummary.
Declaration
public int IsirAwardYearSchemaId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The IsirAwardYearSchemaId. |
IsirCorrections
Declaration
public virtual ICollection<IsirCorrection> IsirCorrections { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<IsirCorrection> |
IsirDateOfBirth
Gets or sets the IsirDateOfBirth associated with this IsirSummary.
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 IsirSummary.
Declaration
public string IsirFirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The IsirFirstName. |
IsirLastname
Gets or sets the IsirLastname associated with this IsirSummary.
Declaration
public string IsirLastname { get; set; }
Property Value
Type | Description |
---|---|
System.String | The IsirLastname. |
IsirRawData
Declaration
public virtual IsirRawData IsirRawData { get; set; }
Property Value
Type | Description |
---|---|
IsirRawData |
IsirRecordStatus
Gets or sets the IsirRecordStatus associated with this IsirSummary.
Declaration
public byte IsirRecordStatus { get; set; }
Property Value
Type | Description |
---|---|
System.Byte | The IsirRecordStatus. |
IsirSsn
Gets or sets the IsirSsn associated with this IsirSummary.
Declaration
public string IsirSsn { get; set; }
Property Value
Type | Description |
---|---|
System.String | The IsirSsn. |
IsirVerifications
Declaration
public virtual ICollection<IsirVerification> IsirVerifications { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<IsirVerification> |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this IsirSummary.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this IsirSummary.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
PrimaryEfc
Gets or sets the PrimaryEfc associated with this IsirSummary.
Declaration
public string PrimaryEfc { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PrimaryEfc. |
ProcessingStatus
Gets or sets the ProcessingStatus associated with this IsirSummary.
Declaration
public string ProcessingStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProcessingStatus. |
TransactionIdentifier
Gets or sets the TransactionIdentifier associated with this IsirSummary.
Declaration
public string TransactionIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TransactionIdentifier. |
VerificationComplete
Gets or sets the VerificationComplete associated with this IsirSummary.
Declaration
public string VerificationComplete { get; set; }
Property Value
Type | Description |
---|---|
System.String | The VerificationComplete. |
VerificationGroupResult
Gets or sets the VerificationGroupResult associated with this IsirSummary.
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. |