Class RequiredCourseCategory
This class represents the EntityModel interface to the AdProgramCourseCategory database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
public class RequiredCourseCategory
Constructors
RequiredCourseCategory()
Declaration
public RequiredCourseCategory()
Properties
AreaOfStudy
Declaration
public virtual AreaOfStudy AreaOfStudy { get; set; }
Property Value
Type | Description |
---|---|
AreaOfStudy |
AreaOfStudyId
Gets or sets the AreaOfStudyId associated with this RequiredCourseCategory.
Declaration
public int? AreaOfStudyId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AreaOfStudyId. |
ClockHoursRequired
Gets or sets the ClockHoursRequired associated with this RequiredCourseCategory.
Declaration
public decimal? ClockHoursRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The ClockHoursRequired. |
CourseCategory
Declaration
public virtual CourseCategory CourseCategory { get; set; }
Property Value
Type | Description |
---|---|
CourseCategory |
CourseCategoryId
Gets or sets the CourseCategoryId associated with this RequiredCourseCategory.
Declaration
public int CourseCategoryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CourseCategoryId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this RequiredCourseCategory.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CreditHoursRequired
Gets or sets the CreditHoursRequired associated with this RequiredCourseCategory.
Declaration
public decimal? CreditHoursRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The CreditHoursRequired. |
CurriculumOrder
Gets or sets the CurriculumOrder associated with this RequiredCourseCategory.
Declaration
public int? CurriculumOrder { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CurriculumOrder. |
GradeLevel
Declaration
public virtual GradeLevel GradeLevel { get; set; }
Property Value
Type | Description |
---|---|
GradeLevel |
GradeLevelId
Gets or sets the GradeLevelId associated with this RequiredCourseCategory.
Declaration
public int? GradeLevelId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The GradeLevelId. |
Id
Gets or sets the Id associated with this RequiredCourseCategory.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsCoreCategory
Gets or sets the IsCoreCategory associated with this RequiredCourseCategory.
Declaration
public bool IsCoreCategory { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsCoreCategory. |
IsDroppedFailedCourseRepeated
Gets or sets the IsDroppedFailedCourseRepeated associated with this RequiredCourseCategory.
Declaration
public bool IsDroppedFailedCourseRepeated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDroppedFailedCourseRepeated. |
IsNewRecord
Gets or sets the IsNewRecord associated with this RequiredCourseCategory.
Declaration
public bool IsNewRecord { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsNewRecord. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this RequiredCourseCategory.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this RequiredCourseCategory.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MinimumGpa
Gets or sets the MinimumGpa associated with this RequiredCourseCategory.
Declaration
public decimal? MinimumGpa { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The MinimumGpa. |
Name
Gets or sets the Name associated with this RequiredCourseCategory.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
Note
Gets or sets the Note associated with this RequiredCourseCategory.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
NumberCoursesRequired
Gets or sets the NumberCoursesRequired associated with this RequiredCourseCategory.
Declaration
public byte? NumberCoursesRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Byte> | The NumberCoursesRequired. |
ProgramVersion
Declaration
public virtual ProgramVersion ProgramVersion { get; set; }
Property Value
Type | Description |
---|---|
ProgramVersion |
ProgramVersionId
Gets or sets the ProgramVersionId associated with this RequiredCourseCategory.
Declaration
public int? ProgramVersionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ProgramVersionId. |
RequiredCourseList
Declaration
public virtual ICollection<RequiredCourse> RequiredCourseList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<RequiredCourse> |
Sequence
Gets or sets the Sequence associated with this RequiredCourseCategory.
Declaration
public byte Sequence { get; set; }
Property Value
Type | Description |
---|---|
System.Byte | The Sequence. |
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 |