Class RequiredCourseEntity
This class represents the EntityModel interface to the AdProgramCourse database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class RequiredCourseEntity : Entity, IIdentifiable, IAuditable
Constructors
RequiredCourseEntity()
Declaration
public RequiredCourseEntity()
Fields
AreaOfStudyIdProperty
The AreaOfStudyId property.
Declaration
public static readonly EntityProperty AreaOfStudyIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ClockHoursProperty
The ClockHours property.
Declaration
public static readonly EntityProperty ClockHoursProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CourseAddedFromProperty
The CourseAddedFrom property.
Declaration
public static readonly EntityProperty CourseAddedFromProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CourseIdProperty
The CourseId property.
Declaration
public static readonly EntityProperty CourseIdProperty
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 |
CreditHoursProperty
The CreditHours property.
Declaration
public static readonly EntityProperty CreditHoursProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
DisplayOrderProperty
The DisplayOrder property.
Declaration
public static readonly EntityProperty DisplayOrderProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ElectiveClockHoursProperty
The ElectiveClockHours property.
Declaration
public static readonly EntityProperty ElectiveClockHoursProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ElectiveCreditHoursProperty
The ElectiveCreditHours property.
Declaration
public static readonly EntityProperty ElectiveCreditHoursProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ElectivePoolNameProperty
The ElectivePoolName property.
Declaration
public static readonly EntityProperty ElectivePoolNameProperty
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 |
IsAdvisementRequiredProperty
The IsAdvisementRequired property.
Declaration
public static readonly EntityProperty IsAdvisementRequiredProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsDropExcludedProperty
The IsDropExcluded property.
Declaration
public static readonly EntityProperty IsDropExcludedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsSubstituteAllowedProperty
The IsSubstituteAllowed property.
Declaration
public static readonly EntityProperty IsSubstituteAllowedProperty
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 |
MaxNumberRepeatsProperty
The MaxNumberRepeats property.
Declaration
public static readonly EntityProperty MaxNumberRepeatsProperty
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 |
NoteProperty
The Note property.
Declaration
public static readonly EntityProperty NoteProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ProgramElectivePoolIdProperty
The ProgramElectivePoolId property.
Declaration
public static readonly EntityProperty ProgramElectivePoolIdProperty
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 |
RequiredCourseCategoryIdProperty
The RequiredCourseCategoryId property.
Declaration
public static readonly EntityProperty RequiredCourseCategoryIdProperty
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 |
SkillMinimumGpaProperty
The SkillMinimumGpa property.
Declaration
public static readonly EntityProperty SkillMinimumGpaProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AreaOfStudyId
Gets or sets the AreaOfStudyId associated with this RequiredCourseEntity.
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 RequiredCourseEntity.
Declaration
public decimal? ClockHours { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The ClockHours. |
CourseAddedFrom
Gets or sets the CourseAddedFrom associated with this RequiredCourseEntity.
Declaration
public string CourseAddedFrom { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CourseAddedFrom. |
CourseAttributeIdList
Declaration
public List<int> CourseAttributeIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
CourseId
Gets or sets the CourseId associated with this RequiredCourseEntity.
Declaration
public int CourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CourseId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this RequiredCourseEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CreditHours
Gets or sets the CreditHours associated with this RequiredCourseEntity.
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 RequiredCourseEntity.
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 RequiredCourseEntity.
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 RequiredCourseEntity.
Declaration
public decimal? ElectiveCreditHours { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The ElectiveCreditHours. |
ElectivePoolName
Gets or sets the ElectivePoolName associated with this RequiredCourseEntity.
Declaration
public string ElectivePoolName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ElectivePoolName. |
Id
Gets or sets the Id associated with this RequiredCourseEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsAdvisementRequired
Gets or sets the IsAdvisementRequired associated with this RequiredCourseEntity.
Declaration
public bool IsAdvisementRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsAdvisementRequired. |
IsDropExcluded
Gets or sets the IsDropExcluded associated with this RequiredCourseEntity.
Declaration
public bool IsDropExcluded { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDropExcluded. |
IsSubstituteAllowed
Gets or sets the IsSubstituteAllowed associated with this RequiredCourseEntity.
Declaration
public bool IsSubstituteAllowed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsSubstituteAllowed. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this RequiredCourseEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this RequiredCourseEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
MaxNumberRepeats
Gets or sets the MaxNumberRepeats associated with this RequiredCourseEntity.
Declaration
public int MaxNumberRepeats { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The MaxNumberRepeats. |
MinimumGpa
Gets or sets the MinimumGpa associated with this RequiredCourseEntity.
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 RequiredCourseEntity.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
ProgramElectivePoolId
Gets or sets the ProgramElectivePoolId associated with this RequiredCourseEntity.
Declaration
public int? ProgramElectivePoolId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ProgramElectivePoolId. |
ProgramVersionId
Gets or sets the ProgramVersionId associated with this RequiredCourseEntity.
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 RequiredCourseEntity.
Declaration
public int RequiredCourseCategoryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The RequiredCourseCategoryId. |
RequiredCourseElectivePoolEntityList
Declaration
public List<RequiredCourseElectivePoolEntity> RequiredCourseElectivePoolEntityList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<RequiredCourseElectivePoolEntity> |
RowVersion
Gets or sets the RowVersion associated with this RequiredCourseEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SkillMinimumGpa
Gets or sets the SkillMinimumGpa associated with this RequiredCourseEntity.
Declaration
public decimal? SkillMinimumGpa { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The SkillMinimumGpa. |
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()