Class StudentEnrollmentDpaCourseCategory
This class represents the EntityModel interface to the AdEnrollDegreeAuditCourseCategory database table.
Inheritance
Inherited Members
Namespace: Cmc.Nexus.Models.Academics
Assembly: Cmc.Nexus.Models.dll
Syntax
public class StudentEnrollmentDpaCourseCategory
Constructors
StudentEnrollmentDpaCourseCategory()
Declaration
public StudentEnrollmentDpaCourseCategory()
Properties
AreaOfStudy
Declaration
public virtual AreaOfStudy AreaOfStudy { get; set; }
Property Value
Type | Description |
---|---|
AreaOfStudy |
AreaOfStudyId
Gets or sets the AreaOfStudyId associated with this StudentEnrollmentDpaCourseCategory.
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 StudentEnrollmentDpaCourseCategory.
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 StudentEnrollmentDpaCourseCategory.
Declaration
public int CourseCategoryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CourseCategoryId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentEnrollmentDpaCourseCategory.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CreditsRequired
Gets or sets the CreditsRequired associated with this StudentEnrollmentDpaCourseCategory.
Declaration
public decimal? CreditsRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The CreditsRequired. |
Enrollment
Declaration
public virtual StudentEnrollmentPeriod Enrollment { get; set; }
Property Value
Type | Description |
---|---|
StudentEnrollmentPeriod |
Id
Gets or sets the Id associated with this StudentEnrollmentDpaCourseCategory.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsCoreCategory
Gets or sets the IsCoreCategory associated with this StudentEnrollmentDpaCourseCategory.
Declaration
public bool IsCoreCategory { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsCoreCategory. |
IsDroppedFailedCourseRepeated
Gets or sets the IsDroppedFailedCourseRepeated associated with this StudentEnrollmentDpaCourseCategory.
Declaration
public bool IsDroppedFailedCourseRepeated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDroppedFailedCourseRepeated. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentEnrollmentDpaCourseCategory.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentEnrollmentDpaCourseCategory.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Name
Gets or sets the Name associated with this StudentEnrollmentDpaCourseCategory.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
Note
Gets or sets the Note associated with this StudentEnrollmentDpaCourseCategory.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
NumberCoursesRequired
Gets or sets the NumberCoursesRequired associated with this StudentEnrollmentDpaCourseCategory.
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 StudentEnrollmentDpaCourseCategory.
Declaration
public int? ProgramVersionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ProgramVersionId. |
Sequence
Gets or sets the Sequence associated with this StudentEnrollmentDpaCourseCategory.
Declaration
public byte Sequence { get; set; }
Property Value
Type | Description |
---|---|
System.Byte | The Sequence. |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StudentEnrollmentDpaCourseCategory.
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. |