Class StudentEnrollmentDpaCourseCategoryEntity
This class represents the EntityModel interface to the AdEnrollDegreeAuditCourseCategory database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class StudentEnrollmentDpaCourseCategoryEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentEnrollmentDpaCourseCategoryEntity()
Declaration
public StudentEnrollmentDpaCourseCategoryEntity()
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 |
CreditsRequiredProperty
The CreditsRequired property.
Declaration
public static readonly EntityProperty CreditsRequiredProperty
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 |
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 |
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 |
StudentEnrollmentPeriodIdProperty
The StudentEnrollmentPeriodId property.
Declaration
public static readonly EntityProperty StudentEnrollmentPeriodIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
AreaOfStudyId
Gets or sets the AreaOfStudyId associated with this StudentEnrollmentDpaCourseCategoryEntity.
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 StudentEnrollmentDpaCourseCategoryEntity.
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 StudentEnrollmentDpaCourseCategoryEntity.
Declaration
public int CourseCategoryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The CourseCategoryId. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentEnrollmentDpaCourseCategoryEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CreditsRequired
Gets or sets the CreditsRequired associated with this StudentEnrollmentDpaCourseCategoryEntity.
Declaration
public decimal? CreditsRequired { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> | The CreditsRequired. |
Id
Gets or sets the Id associated with this StudentEnrollmentDpaCourseCategoryEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsCoreCategory
Gets or sets the IsCoreCategory associated with this StudentEnrollmentDpaCourseCategoryEntity.
Declaration
public bool IsCoreCategory { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsCoreCategory. |
IsDroppedFailedCourseRepeated
Gets or sets the IsDroppedFailedCourseRepeated associated with this StudentEnrollmentDpaCourseCategoryEntity.
Declaration
public bool IsDroppedFailedCourseRepeated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsDroppedFailedCourseRepeated. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentEnrollmentDpaCourseCategoryEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentEnrollmentDpaCourseCategoryEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
Name
Gets or sets the Name associated with this StudentEnrollmentDpaCourseCategoryEntity.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
Note
Gets or sets the Note associated with this StudentEnrollmentDpaCourseCategoryEntity.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
NumberCoursesRequired
Gets or sets the NumberCoursesRequired associated with this StudentEnrollmentDpaCourseCategoryEntity.
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 StudentEnrollmentDpaCourseCategoryEntity.
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 StudentEnrollmentDpaCourseCategoryEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
Sequence
Gets or sets the Sequence associated with this StudentEnrollmentDpaCourseCategoryEntity.
Declaration
public byte Sequence { get; set; }
Property Value
Type | Description |
---|---|
System.Byte | The Sequence. |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StudentEnrollmentDpaCourseCategoryEntity.
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()