Class RequiredCourseCategoryEntity
This class represents the EntityModel interface to the AdProgramCourseCategory database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class RequiredCourseCategoryEntity : Entity, IIdentifiable, IAuditable
Constructors
RequiredCourseCategoryEntity()
Declaration
public RequiredCourseCategoryEntity()
Fields
AreaOfStudyIdProperty
The AreaOfStudyId property.
Declaration
public static readonly EntityProperty AreaOfStudyIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ClockHoursRequiredProperty
The ClockHoursRequired property.
Declaration
public static readonly EntityProperty ClockHoursRequiredProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CourseCategoryIdProperty
The CourseCategoryId property.
Declaration
public static readonly EntityProperty CourseCategoryIdProperty
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 |
CreditHoursRequiredProperty
The CreditHoursRequired property.
Declaration
public static readonly EntityProperty CreditHoursRequiredProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CurriculumOrderProperty
The CurriculumOrder property.
Declaration
public static readonly EntityProperty CurriculumOrderProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
GradeLevelIdProperty
The GradeLevelId property.
Declaration
public static readonly EntityProperty GradeLevelIdProperty
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 |
IsCoreCategoryProperty
The IsCoreCategory property.
Declaration
public static readonly EntityProperty IsCoreCategoryProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsDroppedFailedCourseRepeatedProperty
The IsDroppedFailedCourseRepeated property.
Declaration
public static readonly EntityProperty IsDroppedFailedCourseRepeatedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsNewRecordProperty
The IsNewRecord property.
Declaration
public static readonly EntityProperty IsNewRecordProperty
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 |
MinimumGpaProperty
The MinimumGpa property.
Declaration
public static readonly EntityProperty MinimumGpaProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NameProperty
The Name property.
Declaration
public static readonly EntityProperty NameProperty
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 |
NumberCoursesRequiredProperty
The NumberCoursesRequired property.
Declaration
public static readonly EntityProperty NumberCoursesRequiredProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ProgramVersionIdProperty
The ProgramVersionId property.
Declaration
public static readonly EntityProperty ProgramVersionIdProperty
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 |
SequenceProperty
The Sequence property.
Declaration
public static readonly EntityProperty SequenceProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AreaOfStudyId
Gets or sets the AreaOfStudyId associated with this RequiredCourseCategoryEntity.
Declaration
public int? AreaOfStudyId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AreaOfStudyId. |
CatalogId
Declaration
public int CatalogId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ClockHoursRequired
Gets or sets the ClockHoursRequired associated with this RequiredCourseCategoryEntity.
Declaration
public decimal? ClockHoursRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The ClockHoursRequired. |
CourseCategoryId
Gets or sets the CourseCategoryId associated with this RequiredCourseCategoryEntity.
Declaration
public int CourseCategoryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CourseCategoryId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this RequiredCourseCategoryEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CreditHoursRequired
Gets or sets the CreditHoursRequired associated with this RequiredCourseCategoryEntity.
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 RequiredCourseCategoryEntity.
Declaration
public int? CurriculumOrder { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CurriculumOrder. |
GradeLevelId
Gets or sets the GradeLevelId associated with this RequiredCourseCategoryEntity.
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 RequiredCourseCategoryEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsCoreCategory
Gets or sets the IsCoreCategory associated with this RequiredCourseCategoryEntity.
Declaration
public bool IsCoreCategory { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsCoreCategory. |
IsDeleteFromCatalog
Declaration
public bool IsDeleteFromCatalog { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsDeleteFromCatalogOverride
Declaration
public bool IsDeleteFromCatalogOverride { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsDeleteFromCategory
Declaration
public bool IsDeleteFromCategory { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsDeleteFromCategoryOverride
Declaration
public bool IsDeleteFromCategoryOverride { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsDroppedFailedCourseRepeated
Gets or sets the IsDroppedFailedCourseRepeated associated with this RequiredCourseCategoryEntity.
Declaration
public bool IsDroppedFailedCourseRepeated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDroppedFailedCourseRepeated. |
IsNewRecord
Gets or sets the IsNewRecord associated with this RequiredCourseCategoryEntity.
Declaration
public bool IsNewRecord { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsNewRecord. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this RequiredCourseCategoryEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this RequiredCourseCategoryEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MinimumGpa
Gets or sets the MinimumGpa associated with this RequiredCourseCategoryEntity.
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 RequiredCourseCategoryEntity.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
Note
Gets or sets the Note associated with this RequiredCourseCategoryEntity.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
NumberCoursesRequired
Gets or sets the NumberCoursesRequired associated with this RequiredCourseCategoryEntity.
Declaration
public byte? NumberCoursesRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Byte> | The NumberCoursesRequired. |
ProgramVersionId
Gets or sets the ProgramVersionId associated with this RequiredCourseCategoryEntity.
Declaration
public int? ProgramVersionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ProgramVersionId. |
RowVersion
Gets or sets the RowVersion associated with this RequiredCourseCategoryEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
Sequence
Gets or sets the Sequence associated with this RequiredCourseCategoryEntity.
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()