Class ProgramVersionAcademicYearEntity
This class represents the EntityModel interface to the FaProgramAYSeq database table.
Inheritance
Implements
Namespace: Cmc.Nexus.FinancialAid.Entities
Assembly: Cmc.Nexus.FinancialAid.Contracts.dll
Syntax
public class ProgramVersionAcademicYearEntity : Entity, IIdentifiable, IAuditable
Constructors
ProgramVersionAcademicYearEntity()
Declaration
public ProgramVersionAcademicYearEntity()
Fields
AcademicYearIdProperty
The AcademicYearId property.
Declaration
public static readonly EntityProperty AcademicYearIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
BudgetIdProperty
The BudgetId property.
Declaration
public static readonly EntityProperty BudgetIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ClockToCreditRateFlagProperty
The ClockToCreditRateFlag property.
Declaration
public static readonly EntityProperty ClockToCreditRateFlagProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The CreatedDateTime property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreditHoursInAcademicYearProperty
The CreditHoursInAcademicYear property.
Declaration
public static readonly EntityProperty CreditHoursInAcademicYearProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
EnrollmentStatusIdProperty
The EnrollmentStatusId property.
Declaration
public static readonly EntityProperty EnrollmentStatusIdProperty
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 |
IsActiveProperty
The IsActive property.
Declaration
public static readonly EntityProperty IsActiveProperty
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 |
ProgramVersionIdProperty
The ProgramVersionId property.
Declaration
public static readonly EntityProperty ProgramVersionIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RevenueUnitsProperty
The RevenueUnits property.
Declaration
public static readonly EntityProperty RevenueUnitsProperty
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 |
SequenceProperty
The Sequence property.
Declaration
public static readonly EntityProperty SequenceProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TermsInAcademicYearProperty
The TermsInAcademicYear property.
Declaration
public static readonly EntityProperty TermsInAcademicYearProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AcademicYear
Declaration
public AcademicYearEntity AcademicYear { get; set; }
Property Value
Type | Description |
---|---|
AcademicYearEntity |
AcademicYearId
Gets or sets the AcademicYearId associated with this ProgramVersionAcademicYearEntity.
Declaration
public int AcademicYearId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The AcademicYearId. |
AcademicYearName
Declaration
public string AcademicYearName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Budget
Declaration
public BudgetEntity Budget { get; set; }
Property Value
Type | Description |
---|---|
BudgetEntity |
BudgetId
Gets or sets the BudgetId associated with this ProgramVersionAcademicYearEntity.
Declaration
public int? BudgetId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The BudgetId. |
BudgetName
Declaration
public string BudgetName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ClockToCreditRateFlag
Gets or sets the ClockToCreditRateFlag associated with this ProgramVersionAcademicYearEntity.
Declaration
public byte ClockToCreditRateFlag { get; set; }
Property Value
Type | Description |
---|---|
System.Byte | The ClockToCreditRateFlag. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this ProgramVersionAcademicYearEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CreditHoursInAcademicYear
Gets or sets the CreditHoursInAcademicYear associated with this ProgramVersionAcademicYearEntity.
Declaration
public decimal CreditHoursInAcademicYear { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The CreditHoursInAcademicYear. |
DefaultWeeksInAcademicYear
Declaration
public short? DefaultWeeksInAcademicYear { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int16> |
EnrollmentStatus
Declaration
public EnrollmentStatusEntity EnrollmentStatus { get; set; }
Property Value
Type | Description |
---|---|
Cmc.Nexus.Academics.Entities.EnrollmentStatusEntity |
EnrollmentStatusId
Gets or sets the EnrollmentStatusId associated with this ProgramVersionAcademicYearEntity.
Declaration
public int? EnrollmentStatusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The EnrollmentStatusId. |
EnrollmentStatusName
Declaration
public string EnrollmentStatusName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Id
Gets or sets the Id associated with this ProgramVersionAcademicYearEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsActive
Gets or sets the IsActive associated with this ProgramVersionAcademicYearEntity.
Declaration
public bool IsActive { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsActive. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this ProgramVersionAcademicYearEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this ProgramVersionAcademicYearEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
ProgramVersionId
Gets or sets the ProgramVersionId associated with this ProgramVersionAcademicYearEntity.
Declaration
public int ProgramVersionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ProgramVersionId. |
RevenueUnits
Gets or sets the RevenueUnits associated with this ProgramVersionAcademicYearEntity.
Declaration
public decimal? RevenueUnits { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The RevenueUnits. |
RowVersion
Gets or sets the RowVersion associated with this ProgramVersionAcademicYearEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
Sequence
Gets or sets the Sequence associated with this ProgramVersionAcademicYearEntity.
Declaration
public short Sequence { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 | The Sequence. |
TermsInAcademicYear
Gets or sets the TermsInAcademicYear associated with this ProgramVersionAcademicYearEntity.
Declaration
public short TermsInAcademicYear { get; set; }
Property Value
Type | Description |
---|---|
System.Int16 | The TermsInAcademicYear. |
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()