Class StateGrantEligibleStudent
This class represents the EntityModel interface to the FaStateEligibility database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StateGrantEligibleStudent
Constructors
StateGrantEligibleStudent()
Declaration
public StateGrantEligibleStudent()
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StateGrantEligibleStudent.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
FirstName
Gets or sets the FirstName associated with this StateGrantEligibleStudent.
Declaration
public string FirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FirstName. |
FiscalYear
Gets or sets the FiscalYear associated with this StateGrantEligibleStudent.
Declaration
public string FiscalYear { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FiscalYear. |
Gender
Gets or sets the Gender associated with this StateGrantEligibleStudent.
Declaration
public string Gender { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Gender. |
HsGraduationDate
Gets or sets the HsGraduationDate associated with this StateGrantEligibleStudent.
Declaration
public string HsGraduationDate { get; set; }
Property Value
Type | Description |
---|---|
System.String | The HsGraduationDate. |
Id
Gets or sets the Id associated with this StateGrantEligibleStudent.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsHopeEligible
Gets or sets the IsHopeEligible associated with this StateGrantEligibleStudent.
Declaration
public bool? IsHopeEligible { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsHopeEligible. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StateGrantEligibleStudent.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StateGrantEligibleStudent.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LastName
Gets or sets the LastName associated with this StateGrantEligibleStudent.
Declaration
public string LastName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LastName. |
Mi
Gets or sets the Mi associated with this StateGrantEligibleStudent.
Declaration
public string Mi { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Mi. |
PostalCode
Gets or sets the PostalCode associated with this StateGrantEligibleStudent.
Declaration
public string PostalCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PostalCode. |
Ssn
Gets or sets the Ssn associated with this StateGrantEligibleStudent.
Declaration
public string Ssn { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Ssn. |
StateReport
Declaration
public virtual StateReport StateReport { get; set; }
Property Value
Type | Description |
---|---|
StateReport |
StateReportId
Gets or sets the StateReportId associated with this StateGrantEligibleStudent.
Declaration
public int? StateReportId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StateReportId. |
ZellMillerFlag
Gets or sets the ZellMillerFlag associated with this StateGrantEligibleStudent.
Declaration
public string ZellMillerFlag { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ZellMillerFlag. |
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. |