Class IsirVerificationWithId
This class represents the EntityModel interface to the vw_FaISIRVerification database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class IsirVerificationWithId
Constructors
IsirVerificationWithId()
Declaration
public IsirVerificationWithId()
Properties
AwardYear
Gets or sets the AwardYear associated with this IsirVerificationWithId.
Declaration
public string AwardYear { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardYear. |
AwardYearIdentifier
Gets or sets the AwardYearIdentifier associated with this IsirVerificationWithId.
Declaration
public string AwardYearIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardYearIdentifier. |
FieldNumber
Gets or sets the FieldNumber associated with this IsirVerificationWithId.
Declaration
public string FieldNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FieldNumber. |
IsirSummary
Declaration
public virtual IsirSummary IsirSummary { get; set; }
Property Value
Type | Description |
---|---|
IsirSummary |
IsirSummaryId
Gets or sets the IsirSummaryId associated with this IsirVerificationWithId.
Declaration
public int IsirSummaryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The IsirSummaryId. |
IsirVerificationId
Gets or sets the IsirVerificationId associated with this IsirVerificationWithId.
Declaration
public int IsirVerificationId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The IsirVerificationId. |
Model
Gets or sets the Model associated with this IsirVerificationWithId.
Declaration
public string Model { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Model. |
StudentId
Gets or sets the StudentId associated with this IsirVerificationWithId.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
StudentIdentifier
Gets or sets the StudentIdentifier associated with this IsirVerificationWithId.
Declaration
public string StudentIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentIdentifier. |
StudentNumber
Gets or sets the StudentNumber associated with this IsirVerificationWithId.
Declaration
public string StudentNumber { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentNumber. |
SubFieldNumber
Gets or sets the SubFieldNumber associated with this IsirVerificationWithId.
Declaration
public int SubFieldNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The SubFieldNumber. |
VerificationValue
Gets or sets the VerificationValue associated with this IsirVerificationWithId.
Declaration
public string VerificationValue { get; set; }
Property Value
Type | Description |
---|---|
System.String | The VerificationValue. |
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. |