Class TsmStudentFaHistoryDetailGrant
This class represents the EntityModel interface to the vw_FaTsmFahAlertGrantData database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class TsmStudentFaHistoryDetailGrant
Constructors
TsmStudentFaHistoryDetailGrant()
Declaration
public TsmStudentFaHistoryDetailGrant()
Properties
AwardYear
Gets or sets the AwardYear associated with this TsmStudentFaHistoryDetailGrant.
Declaration
public string AwardYear { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardYear. |
DisbursementAmount
Gets or sets the DisbursementAmount associated with this TsmStudentFaHistoryDetailGrant.
Declaration
public decimal? DisbursementAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The DisbursementAmount. |
GrantChangeFlag
Gets or sets the GrantChangeFlag associated with this TsmStudentFaHistoryDetailGrant.
Declaration
public string GrantChangeFlag { get; set; }
Property Value
Type | Description |
---|---|
System.String | The GrantChangeFlag. |
GrantType
Gets or sets the GrantType associated with this TsmStudentFaHistoryDetailGrant.
Declaration
public string GrantType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The GrantType. |
Id
Gets or sets the Id associated with this TsmStudentFaHistoryDetailGrant.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
ScheduledAmount
Gets or sets the ScheduledAmount associated with this TsmStudentFaHistoryDetailGrant.
Declaration
public decimal? ScheduledAmount { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The ScheduledAmount. |
SchoolCode
Gets or sets the SchoolCode associated with this TsmStudentFaHistoryDetailGrant.
Declaration
public string SchoolCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SchoolCode. |
Ssn
Gets or sets the Ssn associated with this TsmStudentFaHistoryDetailGrant.
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 TsmStudentFaHistoryDetailGrant.
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 TsmStudentFaHistoryDetailGrant.
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. |