Class RequiredCourse
This class represents the EntityModel interface to the AdProgramCourse database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
public class RequiredCourse
Constructors
RequiredCourse()
Declaration
public RequiredCourse()
Properties
AreaOfStudy
Declaration
public virtual AreaOfStudy AreaOfStudy { get; set; }
Property Value
Type | Description |
---|---|
AreaOfStudy |
AreaOfStudyId
Gets or sets the AreaOfStudyId associated with this RequiredCourse.
Declaration
public int? AreaOfStudyId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AreaOfStudyId. |
ClockHours
Gets or sets the ClockHours associated with this RequiredCourse.
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 |
CourseAddedFrom
Gets or sets the CourseAddedFrom associated with this RequiredCourse.
Declaration
public string CourseAddedFrom { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CourseAddedFrom. |
CourseCategory
Declaration
public virtual RequiredCourseCategory CourseCategory { get; set; }
Property Value
Type | Description |
---|---|
RequiredCourseCategory |
CourseId
Gets or sets the CourseId associated with this RequiredCourse.
Declaration
public int CourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CourseId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this RequiredCourse.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CreditHours
Gets or sets the CreditHours associated with this RequiredCourse.
Declaration
public decimal? CreditHours { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The CreditHours. |
DisplayOrder
Gets or sets the DisplayOrder associated with this RequiredCourse.
Declaration
public int? DisplayOrder { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The DisplayOrder. |
ElectiveClockHours
Gets or sets the ElectiveClockHours associated with this RequiredCourse.
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 RequiredCourse.
Declaration
public decimal? ElectiveCreditHours { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The ElectiveCreditHours. |
ElectivePoolCourses
Declaration
public virtual ICollection<RequiredCourseElectivePool> ElectivePoolCourses { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<RequiredCourseElectivePool> |
ElectivePoolName
Gets or sets the ElectivePoolName associated with this RequiredCourse.
Declaration
public string ElectivePoolName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ElectivePoolName. |
Id
Gets or sets the Id associated with this RequiredCourse.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsAdvisementRequired
Gets or sets the IsAdvisementRequired associated with this RequiredCourse.
Declaration
public bool IsAdvisementRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAdvisementRequired. |
IsDropExcluded
Gets or sets the IsDropExcluded associated with this RequiredCourse.
Declaration
public bool IsDropExcluded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDropExcluded. |
IsSubstituteAllowed
Gets or sets the IsSubstituteAllowed associated with this RequiredCourse.
Declaration
public bool IsSubstituteAllowed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsSubstituteAllowed. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this RequiredCourse.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this RequiredCourse.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MaxNumberRepeats
Gets or sets the MaxNumberRepeats associated with this RequiredCourse.
Declaration
public int MaxNumberRepeats { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The MaxNumberRepeats. |
MinimumGpa
Gets or sets the MinimumGpa associated with this RequiredCourse.
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 RequiredCourse.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
ProgramElectivePoolId
Gets or sets the ProgramElectivePoolId associated with this RequiredCourse.
Declaration
public int? ProgramElectivePoolId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ProgramElectivePoolId. |
ProgramVersion
Declaration
public virtual ProgramVersion ProgramVersion { get; set; }
Property Value
Type | Description |
---|---|
ProgramVersion |
ProgramVersionId
Gets or sets the ProgramVersionId associated with this RequiredCourse.
Declaration
public int? ProgramVersionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ProgramVersionId. |
RequiredCourseCategoryId
Gets or sets the RequiredCourseCategoryId associated with this RequiredCourse.
Declaration
public int RequiredCourseCategoryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The RequiredCourseCategoryId. |
SkillMinimumGpa
Gets or sets the SkillMinimumGpa associated with this RequiredCourse.
Declaration
public decimal? SkillMinimumGpa { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The SkillMinimumGpa. |
StudentCourses
Declaration
public virtual ICollection<StudentCourse> StudentCourses { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<StudentCourse> |
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 relationships 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 |