Class TsmStudentFaHistoryDetailAggregate
This class represents the EntityModel interface to the vw_FaTsmFahAlertAggregateData database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class TsmStudentFaHistoryDetailAggregate
Constructors
TsmStudentFaHistoryDetailAggregate()
Declaration
public TsmStudentFaHistoryDetailAggregate()
Properties
AggregateChangeFlag
Gets or sets the AggregateChangeFlag associated with this TsmStudentFaHistoryDetailAggregate.
Declaration
public string AggregateChangeFlag { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AggregateChangeFlag. |
AggregateCombinedAmount
Gets or sets the AggregateCombinedAmount associated with this TsmStudentFaHistoryDetailAggregate.
Declaration
public int? AggregateCombinedAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AggregateCombinedAmount. |
AggregateSubOpb
Gets or sets the AggregateSubOpb associated with this TsmStudentFaHistoryDetailAggregate.
Declaration
public int? AggregateSubOpb { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AggregateSubOpb. |
AggregateTeachGrantGradDisbAmount
Gets or sets the AggregateTeachGrantGradDisbAmount associated with this TsmStudentFaHistoryDetailAggregate.
Declaration
public int? AggregateTeachGrantGradDisbAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AggregateTeachGrantGradDisbAmount. |
AggregateTeachGrantUndergradDisbAmount
Gets or sets the AggregateTeachGrantUndergradDisbAmount associated with this TsmStudentFaHistoryDetailAggregate.
Declaration
public int? AggregateTeachGrantUndergradDisbAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AggregateTeachGrantUndergradDisbAmount. |
AggregateUnsubOpb
Gets or sets the AggregateUnsubOpb associated with this TsmStudentFaHistoryDetailAggregate.
Declaration
public int? AggregateUnsubOpb { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AggregateUnsubOpb. |
Id
Gets or sets the Id associated with this TsmStudentFaHistoryDetailAggregate.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
SchoolCode
Gets or sets the SchoolCode associated with this TsmStudentFaHistoryDetailAggregate.
Declaration
public string SchoolCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SchoolCode. |
SlueRange
Gets or sets the SlueRange associated with this TsmStudentFaHistoryDetailAggregate.
Declaration
public decimal? SlueRange { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The SlueRange. |
Ssn
Gets or sets the Ssn associated with this TsmStudentFaHistoryDetailAggregate.
Declaration
public string Ssn { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Ssn. |
Student
Declaration
public virtual Student Student { get; set; }
Property Value
Type | Description |
---|---|
Student |
StudentId
Gets or sets the StudentId associated with this TsmStudentFaHistoryDetailAggregate.
Declaration
public int? StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentId. |
TsmStudent
Declaration
public virtual TsmStudent TsmStudent { get; set; }
Property Value
Type | Description |
---|---|
TsmStudent |
TsmStudentId
Gets or sets the TsmStudentId associated with this TsmStudentFaHistoryDetailAggregate.
Declaration
public int TsmStudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TsmStudentId. |
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. |