Class StudentEnrollmentDpaCourseEntity
This class represents the EntityModel interface to the AdEnrollDegreeAuditCourse database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class StudentEnrollmentDpaCourseEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentEnrollmentDpaCourseEntity()
Declaration
public StudentEnrollmentDpaCourseEntity()
Fields
ClockHoursProperty
The ClockHours property.
Declaration
public static readonly EntityProperty ClockHoursProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CourseIdProperty
The CourseId property.
Declaration
public static readonly EntityProperty CourseIdProperty
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 |
CreditHoursProperty
The CreditHours property.
Declaration
public static readonly EntityProperty CreditHoursProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ElectiveClockHoursProperty
The ElectiveClockHours property.
Declaration
public static readonly EntityProperty ElectiveClockHoursProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ElectiveCreditHoursProperty
The ElectiveCreditHours property.
Declaration
public static readonly EntityProperty ElectiveCreditHoursProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ElectiveNoteProperty
The ElectiveNote property.
Declaration
public static readonly EntityProperty ElectiveNoteProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ElectivePoolNameProperty
The ElectivePoolName property.
Declaration
public static readonly EntityProperty ElectivePoolNameProperty
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 |
IsAdvisementRequiredProperty
The IsAdvisementRequired property.
Declaration
public static readonly EntityProperty IsAdvisementRequiredProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsDropExcludedProperty
The IsDropExcluded property.
Declaration
public static readonly EntityProperty IsDropExcludedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsEnrollmentAdjustedProperty
The IsEnrollmentAdjusted property.
Declaration
public static readonly EntityProperty IsEnrollmentAdjustedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsManualAddProperty
The IsManualAdd property.
Declaration
public static readonly EntityProperty IsManualAddProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsRequirementAdjustedProperty
The IsRequirementAdjusted property.
Declaration
public static readonly EntityProperty IsRequirementAdjustedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsSubstituteAllowedProperty
The IsSubstituteAllowed property.
Declaration
public static readonly EntityProperty IsSubstituteAllowedProperty
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 |
MaxNumberRepeatsProperty
The MaxNumberRepeats property.
Declaration
public static readonly EntityProperty MaxNumberRepeatsProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
MinimumGpaProperty
The MinimumGpa property.
Declaration
public static readonly EntityProperty MinimumGpaProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NoteProperty
The Note property.
Declaration
public static readonly EntityProperty NoteProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RequiredCourseIdProperty
The RequiredCourseId property.
Declaration
public static readonly EntityProperty RequiredCourseIdProperty
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 |
StudentEnrollmentDpaCourseCategoryIdProperty
The StudentEnrollmentDpaCourseCategoryId property.
Declaration
public static readonly EntityProperty StudentEnrollmentDpaCourseCategoryIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentEnrollmentPeriodIdProperty
The StudentEnrollmentPeriodId property.
Declaration
public static readonly EntityProperty StudentEnrollmentPeriodIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
ClockHours
Gets or sets the ClockHours associated with this StudentEnrollmentDpaCourseEntity.
Declaration
public decimal? ClockHours { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The ClockHours. |
CourseId
Gets or sets the CourseId associated with this StudentEnrollmentDpaCourseEntity.
Declaration
public int CourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CourseId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentEnrollmentDpaCourseEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CreditHours
Gets or sets the CreditHours associated with this StudentEnrollmentDpaCourseEntity.
Declaration
public decimal? CreditHours { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The CreditHours. |
ElectiveClockHours
Gets or sets the ElectiveClockHours associated with this StudentEnrollmentDpaCourseEntity.
Declaration
public decimal? ElectiveClockHours { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The ElectiveClockHours. |
ElectiveCreditHours
Gets or sets the ElectiveCreditHours associated with this StudentEnrollmentDpaCourseEntity.
Declaration
public decimal? ElectiveCreditHours { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The ElectiveCreditHours. |
ElectiveNote
Gets or sets the ElectiveNote associated with this StudentEnrollmentDpaCourseEntity.
Declaration
public string ElectiveNote { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ElectiveNote. |
ElectivePoolName
Gets or sets the ElectivePoolName associated with this StudentEnrollmentDpaCourseEntity.
Declaration
public string ElectivePoolName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ElectivePoolName. |
Id
Gets or sets the Id associated with this StudentEnrollmentDpaCourseEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsAdvisementRequired
Gets or sets the IsAdvisementRequired associated with this StudentEnrollmentDpaCourseEntity.
Declaration
public bool IsAdvisementRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAdvisementRequired. |
IsDropExcluded
Gets or sets the IsDropExcluded associated with this StudentEnrollmentDpaCourseEntity.
Declaration
public bool IsDropExcluded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDropExcluded. |
IsEnrollmentAdjusted
Gets or sets the IsEnrollmentAdjusted associated with this StudentEnrollmentDpaCourseEntity.
Declaration
public bool? IsEnrollmentAdjusted { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsEnrollmentAdjusted. |
IsManualAdd
Gets or sets the IsManualAdd associated with this StudentEnrollmentDpaCourseEntity.
Declaration
public bool IsManualAdd { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsManualAdd. |
IsRequirementAdjusted
Gets or sets the IsRequirementAdjusted associated with this StudentEnrollmentDpaCourseEntity.
Declaration
public bool IsRequirementAdjusted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsRequirementAdjusted. |
IsRetakeOverrideAllowed
Declaration
public bool IsRetakeOverrideAllowed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsStudentEnrollmentPeriodCreditHoursAdjusted
Declaration
public bool IsStudentEnrollmentPeriodCreditHoursAdjusted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsSubstituteAllowed
Gets or sets the IsSubstituteAllowed associated with this StudentEnrollmentDpaCourseEntity.
Declaration
public bool IsSubstituteAllowed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsSubstituteAllowed. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentEnrollmentDpaCourseEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentEnrollmentDpaCourseEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MaximumCredits
Declaration
public decimal MaximumCredits { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
MaxNumberRepeats
Gets or sets the MaxNumberRepeats associated with this StudentEnrollmentDpaCourseEntity.
Declaration
public int? MaxNumberRepeats { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The MaxNumberRepeats. |
MinimumCredits
Declaration
public decimal MinimumCredits { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
MinimumGpa
Gets or sets the MinimumGpa associated with this StudentEnrollmentDpaCourseEntity.
Declaration
public decimal? MinimumGpa { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The MinimumGpa. |
Note
Gets or sets the Note associated with this StudentEnrollmentDpaCourseEntity.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
NumberRequired
Declaration
public int NumberRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
RequiredCourseId
Gets or sets the RequiredCourseId associated with this StudentEnrollmentDpaCourseEntity.
Declaration
public int? RequiredCourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The RequiredCourseId. |
RowVersion
Gets or sets the RowVersion associated with this StudentEnrollmentDpaCourseEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
StudentEnrollmentDpaCourseCategoryId
Gets or sets the StudentEnrollmentDpaCourseCategoryId associated with this StudentEnrollmentDpaCourseEntity.
Declaration
public int StudentEnrollmentDpaCourseCategoryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentDpaCourseCategoryId. |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StudentEnrollmentDpaCourseEntity.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodId. |
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
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()