Class StudentAwardNonTitleIvMilitaryDetail
This class represents the EntityModel interface to the FaStudentFundSourceMilitary database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StudentAwardNonTitleIvMilitaryDetail
Constructors
StudentAwardNonTitleIvMilitaryDetail()
Declaration
public StudentAwardNonTitleIvMilitaryDetail()
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentAwardNonTitleIvMilitaryDetail.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this StudentAwardNonTitleIvMilitaryDetail.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsTopUpApplicant
Gets or sets the IsTopUpApplicant associated with this StudentAwardNonTitleIvMilitaryDetail.
Declaration
public bool IsTopUpApplicant { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsTopUpApplicant. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentAwardNonTitleIvMilitaryDetail.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentAwardNonTitleIvMilitaryDetail.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MaxCreditHours
Gets or sets the MaxCreditHours associated with this StudentAwardNonTitleIvMilitaryDetail.
Declaration
public decimal MaxCreditHours { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The MaxCreditHours. |
MaxTuitionAssistance
Gets or sets the MaxTuitionAssistance associated with this StudentAwardNonTitleIvMilitaryDetail.
Declaration
public decimal MaxTuitionAssistance { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The MaxTuitionAssistance. |
MaxVeteranPoints
Gets or sets the MaxVeteranPoints associated with this StudentAwardNonTitleIvMilitaryDetail.
Declaration
public short MaxVeteranPoints { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 | The MaxVeteranPoints. |
ProgramEnrollCategory
Gets or sets the ProgramEnrollCategory associated with this StudentAwardNonTitleIvMilitaryDetail.
Declaration
public string ProgramEnrollCategory { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProgramEnrollCategory. |
StudentAwardNonTitleIvRule
Declaration
public virtual StudentAwardNonTitleIvRule StudentAwardNonTitleIvRule { get; set; }
Property Value
Type | Description |
---|---|
StudentAwardNonTitleIvRule |
StudentAwardNonTitleIvRuleId
Gets or sets the StudentAwardNonTitleIvRuleId associated with this StudentAwardNonTitleIvMilitaryDetail.
Declaration
public int StudentAwardNonTitleIvRuleId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentAwardNonTitleIvRuleId. |
TutionAssistanceType
Gets or sets the TutionAssistanceType associated with this StudentAwardNonTitleIvMilitaryDetail.
Declaration
public string TutionAssistanceType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TutionAssistanceType. |
UsaState
Gets or sets the UsaState associated with this StudentAwardNonTitleIvMilitaryDetail.
Declaration
public string UsaState { get; set; }
Property Value
Type | Description |
---|---|
System.String | The UsaState. |
UsedVeteranPoints
Gets or sets the UsedVeteranPoints associated with this StudentAwardNonTitleIvMilitaryDetail.
Declaration
public short UsedVeteranPoints { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 | The UsedVeteranPoints. |
VeteranAffairsBenefit
Declaration
public virtual VeteranAffairsBenefit VeteranAffairsBenefit { get; set; }
Property Value
Type | Description |
---|---|
VeteranAffairsBenefit |
VeteranAffairsBenefitId
Gets or sets the VeteranAffairsBenefitId associated with this StudentAwardNonTitleIvMilitaryDetail.
Declaration
public int VeteranAffairsBenefitId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The VeteranAffairsBenefitId. |
VeteranAffairsCode
Declaration
public virtual VeteranAffairsCode VeteranAffairsCode { get; set; }
Property Value
Type | Description |
---|---|
VeteranAffairsCode |
VeteranAffairsCodeId
Gets or sets the VeteranAffairsCodeId associated with this StudentAwardNonTitleIvMilitaryDetail.
Declaration
public int VeteranAffairsCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The VeteranAffairsCodeId. |
VeteranPointsBalance
Gets or sets the VeteranPointsBalance associated with this StudentAwardNonTitleIvMilitaryDetail.
Declaration
public short VeteranPointsBalance { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 | The VeteranPointsBalance. |
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. |