Class StudentEnrollmentDpaCourse
This class represents the EntityModel interface to the AdEnrollDegreeAuditCourse database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StudentEnrollmentDpaCourse
Constructors
StudentEnrollmentDpaCourse()
Declaration
public StudentEnrollmentDpaCourse()
Properties
ClockHours
Gets or sets the ClockHours associated with this StudentEnrollmentDpaCourse.
Declaration
public decimal? ClockHours { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The ClockHours. |
Course
Declaration
public virtual Course Course { get; set; }
Property Value
Type | Description |
---|---|
Course |
CourseId
Gets or sets the CourseId associated with this StudentEnrollmentDpaCourse.
Declaration
public int CourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CourseId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentEnrollmentDpaCourse.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CreditHours
Gets or sets the CreditHours associated with this StudentEnrollmentDpaCourse.
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 StudentEnrollmentDpaCourse.
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 StudentEnrollmentDpaCourse.
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 StudentEnrollmentDpaCourse.
Declaration
public string ElectiveNote { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ElectiveNote. |
ElectivePoolName
Gets or sets the ElectivePoolName associated with this StudentEnrollmentDpaCourse.
Declaration
public string ElectivePoolName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ElectivePoolName. |
Id
Gets or sets the Id associated with this StudentEnrollmentDpaCourse.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsAdvisementRequired
Gets or sets the IsAdvisementRequired associated with this StudentEnrollmentDpaCourse.
Declaration
public bool IsAdvisementRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAdvisementRequired. |
IsDropExcluded
Gets or sets the IsDropExcluded associated with this StudentEnrollmentDpaCourse.
Declaration
public bool IsDropExcluded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDropExcluded. |
IsEnrollmentAdjusted
Gets or sets the IsEnrollmentAdjusted associated with this StudentEnrollmentDpaCourse.
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 StudentEnrollmentDpaCourse.
Declaration
public bool IsManualAdd { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsManualAdd. |
IsRequirementAdjusted
Gets or sets the IsRequirementAdjusted associated with this StudentEnrollmentDpaCourse.
Declaration
public bool IsRequirementAdjusted { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsRequirementAdjusted. |
IsSubstituteAllowed
Gets or sets the IsSubstituteAllowed associated with this StudentEnrollmentDpaCourse.
Declaration
public bool IsSubstituteAllowed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsSubstituteAllowed. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentEnrollmentDpaCourse.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentEnrollmentDpaCourse.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MaxNumberRepeats
Gets or sets the MaxNumberRepeats associated with this StudentEnrollmentDpaCourse.
Declaration
public int? MaxNumberRepeats { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The MaxNumberRepeats. |
MinimumGpa
Gets or sets the MinimumGpa associated with this StudentEnrollmentDpaCourse.
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 StudentEnrollmentDpaCourse.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
RequiredCourse
Declaration
public virtual RequiredCourse RequiredCourse { get; set; }
Property Value
Type | Description |
---|---|
RequiredCourse |
RequiredCourseId
Gets or sets the RequiredCourseId associated with this StudentEnrollmentDpaCourse.
Declaration
public int? RequiredCourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The RequiredCourseId. |
StudentEnrollmentDpaCourseCategory
Declaration
public virtual StudentEnrollmentDpaCourseCategory StudentEnrollmentDpaCourseCategory { get; set; }
Property Value
Type | Description |
---|---|
StudentEnrollmentDpaCourseCategory |
StudentEnrollmentDpaCourseCategoryId
Gets or sets the StudentEnrollmentDpaCourseCategoryId associated with this StudentEnrollmentDpaCourse.
Declaration
public int StudentEnrollmentDpaCourseCategoryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentDpaCourseCategoryId. |
StudentEnrollmentPeriod
Declaration
public virtual StudentEnrollmentPeriod StudentEnrollmentPeriod { get; set; }
Property Value
Type | Description |
---|---|
StudentEnrollmentPeriod |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StudentEnrollmentDpaCourse.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodId. |
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. |