Class StateGrantHopeEvaluationResult
This class represents the EntityModel interface to the FaHopeBenchmarkTierEvaluationResult database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StateGrantHopeEvaluationResult
Constructors
StateGrantHopeEvaluationResult()
Declaration
public StateGrantHopeEvaluationResult()
Properties
CumulativeGpa
Gets or sets the CumulativeGpa associated with this StateGrantHopeEvaluationResult.
Declaration
public decimal? CumulativeGpa { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The CumulativeGpa. |
FailedHopeGpaDate
Gets or sets the FailedHopeGpaDate associated with this StateGrantHopeEvaluationResult.
Declaration
public DateTime? FailedHopeGpaDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The FailedHopeGpaDate. |
FailedZellMillerGpaDate
Gets or sets the FailedZellMillerGpaDate associated with this StateGrantHopeEvaluationResult.
Declaration
public DateTime? FailedZellMillerGpaDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The FailedZellMillerGpaDate. |
Id
Gets or sets the Id associated with this StateGrantHopeEvaluationResult.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsFailedHopeGpa
Gets or sets the IsFailedHopeGpa associated with this StateGrantHopeEvaluationResult.
Declaration
public bool? IsFailedHopeGpa { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsFailedHopeGpa. |
IsFailedZellMillerGpa
Gets or sets the IsFailedZellMillerGpa associated with this StateGrantHopeEvaluationResult.
Declaration
public bool? IsFailedZellMillerGpa { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsFailedZellMillerGpa. |
RunningCumulativeCreditsAttempted
Gets or sets the RunningCumulativeCreditsAttempted associated with this StateGrantHopeEvaluationResult.
Declaration
public decimal? RunningCumulativeCreditsAttempted { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The RunningCumulativeCreditsAttempted. |
RunningCumulativeCreditsEarned
Gets or sets the RunningCumulativeCreditsEarned associated with this StateGrantHopeEvaluationResult.
Declaration
public decimal? RunningCumulativeCreditsEarned { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The RunningCumulativeCreditsEarned. |
StateReport
Declaration
public virtual StateReport StateReport { get; set; }
Property Value
Type | Description |
---|---|
StateReport |
StateReportBenchmarkMapping
Declaration
public virtual StateReportBenchmarkMapping StateReportBenchmarkMapping { get; set; }
Property Value
Type | Description |
---|---|
StateReportBenchmarkMapping |
StateReportBenchmarkMappingId
Gets or sets the StateReportBenchmarkMappingId associated with this StateGrantHopeEvaluationResult.
Declaration
public int? StateReportBenchmarkMappingId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StateReportBenchmarkMappingId. |
StateReportId
Gets or sets the StateReportId associated with this StateGrantHopeEvaluationResult.
Declaration
public int StateReportId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StateReportId. |
StateReportTierMapping
Declaration
public virtual StateReportTierMapping StateReportTierMapping { get; set; }
Property Value
Type | Description |
---|---|
StateReportTierMapping |
StateReportTierMappingId
Gets or sets the StateReportTierMappingId associated with this StateGrantHopeEvaluationResult.
Declaration
public int? StateReportTierMappingId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StateReportTierMappingId. |
Student
Declaration
public virtual Student Student { get; set; }
Property Value
Type | Description |
---|---|
Student |
StudentId
Gets or sets the StudentId associated with this StateGrantHopeEvaluationResult.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
Term
Declaration
public virtual Term Term { get; set; }
Property Value
Type | Description |
---|---|
Term |
TermId
Gets or sets the TermId associated with this StateGrantHopeEvaluationResult.
Declaration
public int? TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TermId. |
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. |