Class TsmStudentFaHistoryDetail
This class represents the EntityModel interface to the FaTsmFah database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class TsmStudentFaHistoryDetail
Constructors
TsmStudentFaHistoryDetail()
Declaration
public TsmStudentFaHistoryDetail()
Properties
AggregatePerkinsFlagsRecord
Gets or sets the AggregatePerkinsFlagsRecord associated with this TsmStudentFaHistoryDetail.
Declaration
public string AggregatePerkinsFlagsRecord { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AggregatePerkinsFlagsRecord. |
AlertHeaderRecord
Gets or sets the AlertHeaderRecord associated with this TsmStudentFaHistoryDetail.
Declaration
public string AlertHeaderRecord { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AlertHeaderRecord. |
AlertTrailerRecord
Gets or sets the AlertTrailerRecord associated with this TsmStudentFaHistoryDetail.
Declaration
public string AlertTrailerRecord { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AlertTrailerRecord. |
BatchIdentifier
Gets or sets the BatchIdentifier associated with this TsmStudentFaHistoryDetail.
Declaration
public string BatchIdentifier { get; set; }
Property Value
Type | Description |
---|---|
System.String | The BatchIdentifier. |
BirthDate
Gets or sets the BirthDate associated with this TsmStudentFaHistoryDetail.
Declaration
public DateTime BirthDate { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The BirthDate. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this TsmStudentFaHistoryDetail.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
FirstName
Gets or sets the FirstName associated with this TsmStudentFaHistoryDetail.
Declaration
public string FirstName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The FirstName. |
GrantPaymentRecord
Gets or sets the GrantPaymentRecord associated with this TsmStudentFaHistoryDetail.
Declaration
public string GrantPaymentRecord { get; set; }
Property Value
Type | Description |
---|---|
System.String | The GrantPaymentRecord. |
Id
Gets or sets the Id associated with this TsmStudentFaHistoryDetail.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsManuallyMatched
Gets or sets the IsManuallyMatched associated with this TsmStudentFaHistoryDetail.
Declaration
public bool? IsManuallyMatched { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsManuallyMatched. |
IsReviewed
Gets or sets the IsReviewed associated with this TsmStudentFaHistoryDetail.
Declaration
public bool IsReviewed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsReviewed. |
IsType1
Gets or sets the IsType1 associated with this TsmStudentFaHistoryDetail.
Declaration
public bool IsType1 { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsType1. |
IsType4
Gets or sets the IsType4 associated with this TsmStudentFaHistoryDetail.
Declaration
public bool IsType4 { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsType4. |
IsType5
Gets or sets the IsType5 associated with this TsmStudentFaHistoryDetail.
Declaration
public bool IsType5 { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsType5. |
LastMatchedByUser
Declaration
public virtual Staff LastMatchedByUser { get; set; }
Property Value
Type | Description |
---|---|
Staff |
LastMatchedByUserId
Gets or sets the LastMatchedByUserId associated with this TsmStudentFaHistoryDetail.
Declaration
public int? LastMatchedByUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The LastMatchedByUserId. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this TsmStudentFaHistoryDetail.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this TsmStudentFaHistoryDetail.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LastName
Gets or sets the LastName associated with this TsmStudentFaHistoryDetail.
Declaration
public string LastName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LastName. |
LoanDetailRecord
Gets or sets the LoanDetailRecord associated with this TsmStudentFaHistoryDetail.
Declaration
public string LoanDetailRecord { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LoanDetailRecord. |
NameHistoryRecord
Gets or sets the NameHistoryRecord associated with this TsmStudentFaHistoryDetail.
Declaration
public string NameHistoryRecord { get; set; }
Property Value
Type | Description |
---|---|
System.String | The NameHistoryRecord. |
Note
Gets or sets the Note associated with this TsmStudentFaHistoryDetail.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
OverpaymentRecord
Gets or sets the OverpaymentRecord associated with this TsmStudentFaHistoryDetail.
Declaration
public string OverpaymentRecord { get; set; }
Property Value
Type | Description |
---|---|
System.String | The OverpaymentRecord. |
SchoolCode
Gets or sets the SchoolCode associated with this TsmStudentFaHistoryDetail.
Declaration
public string SchoolCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The SchoolCode. |
StudentSsn
Gets or sets the StudentSsn associated with this TsmStudentFaHistoryDetail.
Declaration
public string StudentSsn { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentSsn. |
TsmStudent
Declaration
public virtual TsmStudent TsmStudent { get; set; }
Property Value
Type | Description |
---|---|
TsmStudent |
TsmStudentId
Gets or sets the TsmStudentId associated with this TsmStudentFaHistoryDetail.
Declaration
public int? TsmStudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TsmStudentId. |
Type
Gets or sets the Type associated with this TsmStudentFaHistoryDetail.
Declaration
public string Type { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Type. |
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. |