Class AutoAwardCoaConfigurationPvAosOption
This class represents the EntityModel interface to the SearchAutoAwardCoaConfigurations_vw database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.FinancialAid
Assembly: Cmc.Nexus.Models.dll
Syntax
public class AutoAwardCoaConfigurationPvAosOption
Constructors
AutoAwardCoaConfigurationPvAosOption()
Declaration
public AutoAwardCoaConfigurationPvAosOption()
Properties
AcademicCalendar
Gets or sets the AcademicCalendar associated with this AutoAwardCoaConfigurationPvAosOption.
Declaration
public string AcademicCalendar { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AcademicCalendar. |
AreaOfStudy
Declaration
public virtual AreaOfStudy AreaOfStudy { get; set; }
Property Value
Type | Description |
---|---|
AreaOfStudy |
AreaOfStudyId
Gets or sets the AreaOfStudyId associated with this AutoAwardCoaConfigurationPvAosOption.
Declaration
public int AreaOfStudyId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The AreaOfStudyId. |
AreaOfStudyName
Gets or sets the AreaOfStudyName associated with this AutoAwardCoaConfigurationPvAosOption.
Declaration
public string AreaOfStudyName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AreaOfStudyName. |
AutoAwardCoaConfiguration
Declaration
public virtual AutoAwardCoaConfiguration AutoAwardCoaConfiguration { get; set; }
Property Value
Type | Description |
---|---|
AutoAwardCoaConfiguration |
AutoAwardCoaConfigurationId
Gets or sets the AutoAwardCoaConfigurationId associated with this AutoAwardCoaConfigurationPvAosOption.
Declaration
public int AutoAwardCoaConfigurationId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The AutoAwardCoaConfigurationId. |
AutoAwardCoaConfigurationProgramVersion
Declaration
public virtual AutoAwardCoaConfigurationProgramVersion AutoAwardCoaConfigurationProgramVersion { get; set; }
Property Value
Type | Description |
---|---|
AutoAwardCoaConfigurationProgramVersion |
AutoAwardCoaConfigurationProgramVersionId
Gets or sets the AutoAwardCoaConfigurationProgramVersionId associated with this AutoAwardCoaConfigurationPvAosOption.
Declaration
public int AutoAwardCoaConfigurationProgramVersionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The AutoAwardCoaConfigurationProgramVersionId. |
AutoAwardCoaStudentEnrollmentStatusTypeName
Gets or sets the AutoAwardCoaStudentEnrollmentStatusTypeName associated with this AutoAwardCoaConfigurationPvAosOption.
Declaration
public string AutoAwardCoaStudentEnrollmentStatusTypeName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AutoAwardCoaStudentEnrollmentStatusTypeName. |
AwardDisbursementOption
Gets or sets the AwardDisbursementOption associated with this AutoAwardCoaConfigurationPvAosOption.
Declaration
public string AwardDisbursementOption { get; set; }
Property Value
Type | Description |
---|---|
System.String | The AwardDisbursementOption. |
Campus
Declaration
public virtual Campus Campus { get; set; }
Property Value
Type | Description |
---|---|
Campus |
CampusId
Gets or sets the CampusId associated with this AutoAwardCoaConfigurationPvAosOption.
Declaration
public int CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CampusId. |
CampusName
Gets or sets the CampusName associated with this AutoAwardCoaConfigurationPvAosOption.
Declaration
public string CampusName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CampusName. |
DefaultCoaBudgetEnrollmentStatusName
Gets or sets the DefaultCoaBudgetEnrollmentStatusName associated with this AutoAwardCoaConfigurationPvAosOption.
Declaration
public string DefaultCoaBudgetEnrollmentStatusName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The DefaultCoaBudgetEnrollmentStatusName. |
DefaultEnrollmentStatusId
Gets or sets the DefaultEnrollmentStatusId associated with this AutoAwardCoaConfigurationPvAosOption.
Declaration
public int? DefaultEnrollmentStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The DefaultEnrollmentStatusId. |
EnrollmentStatus
Declaration
public virtual EnrollmentStatus EnrollmentStatus { get; set; }
Property Value
Type | Description |
---|---|
EnrollmentStatus |
IsAwardLoanFees
Gets or sets the IsAwardLoanFees associated with this AutoAwardCoaConfigurationPvAosOption.
Declaration
public bool? IsAwardLoanFees { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsAwardLoanFees. |
IsMultipleAcademicYearsAwarded
Gets or sets the IsMultipleAcademicYearsAwarded associated with this AutoAwardCoaConfigurationPvAosOption.
Declaration
public bool? IsMultipleAcademicYearsAwarded { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsMultipleAcademicYearsAwarded. |
IsMultipleYearsAwarded
Gets or sets the IsMultipleYearsAwarded associated with this AutoAwardCoaConfigurationPvAosOption.
Declaration
public bool? IsMultipleYearsAwarded { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsMultipleYearsAwarded. |
LastModifiedByUserName
Gets or sets the LastModifiedByUserName associated with this AutoAwardCoaConfigurationPvAosOption.
Declaration
public string LastModifiedByUserName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The LastModifiedByUserName. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this AutoAwardCoaConfigurationPvAosOption.
Declaration
public DateTime? LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The LastModifiedDateTime. |
MaxAwardingBasedOn
Gets or sets the MaxAwardingBasedOn associated with this AutoAwardCoaConfigurationPvAosOption.
Declaration
public string MaxAwardingBasedOn { get; set; }
Property Value
Type | Description |
---|---|
System.String | The MaxAwardingBasedOn. |
NumberAcademicYearsInProgram
Gets or sets the NumberAcademicYearsInProgram associated with this AutoAwardCoaConfigurationPvAosOption.
Declaration
public int? NumberAcademicYearsInProgram { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The NumberAcademicYearsInProgram. |
PaymentMethodology
Gets or sets the PaymentMethodology associated with this AutoAwardCoaConfigurationPvAosOption.
Declaration
public string PaymentMethodology { get; set; }
Property Value
Type | Description |
---|---|
System.String | The PaymentMethodology. |
ProgramName
Gets or sets the ProgramName associated with this AutoAwardCoaConfigurationPvAosOption.
Declaration
public string ProgramName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProgramName. |
ProgramVersion
Declaration
public virtual ProgramVersion ProgramVersion { get; set; }
Property Value
Type | Description |
---|---|
ProgramVersion |
ProgramVersionCode
Gets or sets the ProgramVersionCode associated with this AutoAwardCoaConfigurationPvAosOption.
Declaration
public string ProgramVersionCode { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProgramVersionCode. |
ProgramVersionId
Gets or sets the ProgramVersionId associated with this AutoAwardCoaConfigurationPvAosOption.
Declaration
public int ProgramVersionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ProgramVersionId. |
ProgramVersionName
Gets or sets the ProgramVersionName associated with this AutoAwardCoaConfigurationPvAosOption.
Declaration
public string ProgramVersionName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ProgramVersionName. |
StudentGroup
Declaration
public virtual StudentGroup StudentGroup { get; set; }
Property Value
Type | Description |
---|---|
StudentGroup |
StudentGroupId
Gets or sets the StudentGroupId associated with this AutoAwardCoaConfigurationPvAosOption.
Declaration
public int? StudentGroupId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentGroupId. |
StudentGroupName
Gets or sets the StudentGroupName associated with this AutoAwardCoaConfigurationPvAosOption.
Declaration
public string StudentGroupName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The StudentGroupName. |
WeeksInFullAcademicYear
Gets or sets the WeeksInFullAcademicYear associated with this AutoAwardCoaConfigurationPvAosOption.
Declaration
public decimal WeeksInFullAcademicYear { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The WeeksInFullAcademicYear. |
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. |