Class StudentAwardNonTitleIvMilitaryDetailEntity
This class represents the EntityModel interface to the FaStudentFundSourceMilitary database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class StudentAwardNonTitleIvMilitaryDetailEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentAwardNonTitleIvMilitaryDetailEntity()
Declaration
public StudentAwardNonTitleIvMilitaryDetailEntity()
Fields
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IdProperty
The Id property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsTopUpApplicantProperty
The IsTopUpApplicant property.
Declaration
public static readonly EntityProperty IsTopUpApplicantProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The LastModifiedDateTime property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The LastModifiedUserId property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MaxCreditHoursProperty
The MaxCreditHours property.
Declaration
public static readonly EntityProperty MaxCreditHoursProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MaxTuitionAssistanceProperty
The MaxTuitionAssistance property.
Declaration
public static readonly EntityProperty MaxTuitionAssistanceProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MaxVeteranPointsProperty
The MaxVeteranPoints property.
Declaration
public static readonly EntityProperty MaxVeteranPointsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ProgramEnrollCategoryProperty
The ProgramEnrollCategory property.
Declaration
public static readonly EntityProperty ProgramEnrollCategoryProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RowVersionProperty
The RowVersion property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentAwardNonTitleIvRuleIdProperty
The StudentAwardNonTitleIvRuleId property.
Declaration
public static readonly EntityProperty StudentAwardNonTitleIvRuleIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TutionAssistanceTypeProperty
The TutionAssistanceType property.
Declaration
public static readonly EntityProperty TutionAssistanceTypeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
UsaStateProperty
The UsaState property.
Declaration
public static readonly EntityProperty UsaStateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
UsedVeteranPointsProperty
The UsedVeteranPoints property.
Declaration
public static readonly EntityProperty UsedVeteranPointsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
VeteranAffairsBenefitIdProperty
The VeteranAffairsBenefitId property.
Declaration
public static readonly EntityProperty VeteranAffairsBenefitIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
VeteranAffairsCodeIdProperty
The VeteranAffairsCodeId property.
Declaration
public static readonly EntityProperty VeteranAffairsCodeIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
VeteranPointsBalanceProperty
The VeteranPointsBalance property.
Declaration
public static readonly EntityProperty VeteranPointsBalanceProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentAwardNonTitleIvMilitaryDetailEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
Id
Gets or sets the Id associated with this StudentAwardNonTitleIvMilitaryDetailEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsTopUpApplicant
Gets or sets the IsTopUpApplicant associated with this StudentAwardNonTitleIvMilitaryDetailEntity.
Declaration
public bool IsTopUpApplicant { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsTopUpApplicant. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentAwardNonTitleIvMilitaryDetailEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentAwardNonTitleIvMilitaryDetailEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MaxCreditHours
Gets or sets the MaxCreditHours associated with this StudentAwardNonTitleIvMilitaryDetailEntity.
Declaration
public decimal MaxCreditHours { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The MaxCreditHours. |
MaxTuitionAssistance
Gets or sets the MaxTuitionAssistance associated with this StudentAwardNonTitleIvMilitaryDetailEntity.
Declaration
public decimal MaxTuitionAssistance { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The MaxTuitionAssistance. |
MaxVeteranPoints
Gets or sets the MaxVeteranPoints associated with this StudentAwardNonTitleIvMilitaryDetailEntity.
Declaration
public short MaxVeteranPoints { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 | The MaxVeteranPoints. |
ProgramEnrollCategory
Gets or sets the ProgramEnrollCategory associated with this StudentAwardNonTitleIvMilitaryDetailEntity.
Declaration
public string ProgramEnrollCategory { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProgramEnrollCategory. |
RowVersion
Gets or sets the RowVersion associated with this StudentAwardNonTitleIvMilitaryDetailEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentAwardNonTitleIvRuleId
Gets or sets the StudentAwardNonTitleIvRuleId associated with this StudentAwardNonTitleIvMilitaryDetailEntity.
Declaration
public int StudentAwardNonTitleIvRuleId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentAwardNonTitleIvRuleId. |
TutionAssistanceType
Gets or sets the TutionAssistanceType associated with this StudentAwardNonTitleIvMilitaryDetailEntity.
Declaration
public string TutionAssistanceType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The TutionAssistanceType. |
UsaState
Gets or sets the UsaState associated with this StudentAwardNonTitleIvMilitaryDetailEntity.
Declaration
public string UsaState { get; set; }
Property Value
Type | Description |
---|---|
System.String | The UsaState. |
UsedVeteranPoints
Gets or sets the UsedVeteranPoints associated with this StudentAwardNonTitleIvMilitaryDetailEntity.
Declaration
public short UsedVeteranPoints { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 | The UsedVeteranPoints. |
VeteranAffairsBenefitId
Gets or sets the VeteranAffairsBenefitId associated with this StudentAwardNonTitleIvMilitaryDetailEntity.
Declaration
public int VeteranAffairsBenefitId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The VeteranAffairsBenefitId. |
VeteranAffairsCodeId
Gets or sets the VeteranAffairsCodeId associated with this StudentAwardNonTitleIvMilitaryDetailEntity.
Declaration
public int VeteranAffairsCodeId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The VeteranAffairsCodeId. |
VeteranPointsBalance
Gets or sets the VeteranPointsBalance associated with this StudentAwardNonTitleIvMilitaryDetailEntity.
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()