Class StudentDegreePathwayEntity
This class represents the EntityModel interface to the AdStudentDegreePathway database table.
Inheritance
Implements
Namespace: Cmc.Nexus.Academics.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class StudentDegreePathwayEntity : Entity, IIdentifiable, IAuditable
Constructors
StudentDegreePathwayEntity()
Declaration
public StudentDegreePathwayEntity()
Fields
ApprovalRequestRejectNoteProperty
The ApprovalRequestRejectNote property.
Declaration
public static readonly EntityProperty ApprovalRequestRejectNoteProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AreaOfStudyIdProperty
The AreaOfStudyId property.
Declaration
public static readonly EntityProperty AreaOfStudyIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
AreaOfStudyRowVersionProperty
The AreaOfStudyRowVersion property.
Declaration
public static readonly EntityProperty AreaOfStudyRowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CatalogYearIdProperty
The CatalogYearId property.
Declaration
public static readonly EntityProperty CatalogYearIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CatalogYearRowVersionProperty
The CatalogYearRowVersion property.
Declaration
public static readonly EntityProperty CatalogYearRowVersionProperty
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 |
CourseIdProperty
The CourseId property.
Declaration
public static readonly EntityProperty CourseIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CourseStatusProperty
The CourseStatus property.
Declaration
public static readonly EntityProperty CourseStatusProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreatedDateTimeProperty
The property.
Declaration
public static readonly EntityProperty CreatedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
CreditPlacedProperty
The property.
Declaration
public static readonly EntityProperty CreditPlacedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
HoursPlacedProperty
The property.
Declaration
public static readonly EntityProperty HoursPlacedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IdProperty
The property.
Declaration
public static readonly EntityProperty IdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsApprovedCourseProperty
The IsApprovedCourse property.
Declaration
public static readonly EntityProperty IsApprovedCourseProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsApprovedProperty
The property.
Declaration
public static readonly EntityProperty IsApprovedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsDraftModifiedProperty
The IsDraftModified property.
Declaration
public static readonly EntityProperty IsDraftModifiedProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsPlanCreatedByStudentProperty
The IsPlanCreatedByStudent property.
Declaration
public static readonly EntityProperty IsPlanCreatedByStudentProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
IsPlanSentForApprovalProperty
The IsPlanSentForApproval property.
Declaration
public static readonly EntityProperty IsPlanSentForApprovalProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedDateTimeProperty
The property.
Declaration
public static readonly EntityProperty LastModifiedDateTimeProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastModifiedUserIdProperty
The property.
Declaration
public static readonly EntityProperty LastModifiedUserIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
LastStudentCourseSyncDateProperty
The LastStudentCourseSyncDate property.
Declaration
public static readonly EntityProperty LastStudentCourseSyncDateProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NameProperty
The property.
Declaration
public static readonly EntityProperty NameProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
NoteProperty
The property.
Declaration
public static readonly EntityProperty NoteProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ProgramIdProperty
The property.
Declaration
public static readonly EntityProperty ProgramIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ProgramVersionIdProperty
The property.
Declaration
public static readonly EntityProperty ProgramVersionIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
ProgramVersionRowVersionProperty
The ProgramVersionRowVersion property.
Declaration
public static readonly EntityProperty ProgramVersionRowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RequiredCourseIdProperty
The property.
Declaration
public static readonly EntityProperty RequiredCourseIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
RowVersionProperty
The property.
Declaration
public static readonly EntityProperty RowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
SequenceNumberProperty
The property.
Declaration
public static readonly EntityProperty SequenceNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentCourseIdProperty
The property.
Declaration
public static readonly EntityProperty StudentCourseIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentCourseRowVersionProperty
The StudentCourseRowVersion property.
Declaration
public static readonly EntityProperty StudentCourseRowVersionProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentEnrollmentPeriodIdProperty
The property.
Declaration
public static readonly EntityProperty StudentEnrollmentPeriodIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
StudentIdProperty
The property.
Declaration
public static readonly EntityProperty StudentIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TermIdProperty
The property.
Declaration
public static readonly EntityProperty TermIdProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
TermNumberProperty
The property.
Declaration
public static readonly EntityProperty TermNumberProperty
Field Value
Type | Description |
---|---|
Cmc.Core.EntityModel.EntityProperty |
Properties
ApprovalRequestRejectNote
Gets or sets the ApprovalRequestRejectNote associated with this StudentDegreePathwayEntity.
Declaration
public string ApprovalRequestRejectNote { get; set; }
Property Value
Type | Description |
---|---|
System.String | The ApprovalRequestRejectNote. |
AreaOfStudyId
Gets or sets the AreaOfStudyId associated with this StudentDegreePathwayEntity.
Declaration
public int? AreaOfStudyId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The AreaOfStudyId. |
AreaOfStudyRowVersion
Gets or sets the AreaOfStudyRowVersion associated with this StudentDegreePathwayEntity.
Declaration
public byte[] AreaOfStudyRowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The AreaOfStudyRowVersion. |
CatalogYearId
Gets or sets the CatalogYearId associated with this StudentDegreePathwayEntity.
Declaration
public int? CatalogYearId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CatalogYearId. |
CatalogYearRowVersion
Gets or sets the CatalogYearRowVersion associated with this StudentDegreePathwayEntity.
Declaration
public byte[] CatalogYearRowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The CatalogYearRowVersion. |
CourseCategoryId
Gets or sets the CourseCategoryId associated with this StudentDegreePathwayEntity.
Declaration
public int? CourseCategoryId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CourseCategoryId. |
CourseId
Gets or sets the CourseId associated with this StudentDegreePathwayEntity.
Declaration
public int? CourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The CourseId. |
CourseStatus
Gets or sets the CourseStatus associated with this StudentDegreePathwayEntity.
Declaration
public string CourseStatus { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CourseStatus. |
CreatedDateTime
Gets or sets the CreatedDateTime associated with this StudentDegreePathwayEntity.
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The CreatedDateTime. |
CreditPlaced
Gets or sets the CreditPlaced associated with this StudentDegreePathwayEntity.
Declaration
public decimal CreditPlaced { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The CreditPlaced. |
HoursPlaced
Gets or sets the HoursPlaced associated with this StudentDegreePathwayEntity.
Declaration
public decimal HoursPlaced { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal | The HoursPlaced. |
Id
Gets or sets the Id associated with this StudentDegreePathwayEntity.
Declaration
public int Id { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Id. |
IsApproved
Gets or sets the IsApproved associated with this StudentDegreePathwayEntity.
Declaration
public bool IsApproved { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsApproved. |
IsApprovedCourse
Gets or sets the IsApprovedCourse associated with this StudentDegreePathwayEntity.
Declaration
public bool? IsApprovedCourse { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsApprovedCourse. |
IsDraftModified
Gets or sets the IsDraftModified associated with this StudentDegreePathwayEntity.
Declaration
public bool? IsDraftModified { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsDraftModified. |
IsPlanCreatedByStudent
Gets or sets the IsPlanCreatedByStudent associated with this StudentDegreePathwayEntity.
Declaration
public bool? IsPlanCreatedByStudent { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> | The IsPlanCreatedByStudent. |
IsPlanSentForApproval
Gets or sets the IsPlanSentForApproval associated with this StudentDegreePathwayEntity.
Declaration
public bool IsPlanSentForApproval { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The IsPlanSentForApproval. |
LastModifiedDateTime
Gets or sets the LastModifiedDateTime associated with this StudentDegreePathwayEntity.
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type | Description |
---|---|
System.DateTime | The LastModifiedDateTime. |
LastModifiedUserId
Gets or sets the LastModifiedUserId associated with this StudentDegreePathwayEntity.
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The LastModifiedUserId. |
LastStudentCourseSyncDate
Gets or sets the LastStudentCourseSyncDate associated with this StudentDegreePathwayEntity.
Declaration
public DateTime? LastStudentCourseSyncDate { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.DateTime> | The LastStudentCourseSyncDate. |
Name
Gets or sets the Name associated with this StudentDegreePathwayEntity.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
Note
Gets or sets the Note associated with this StudentDegreePathwayEntity.
Declaration
public string Note { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Note. |
ProgramId
Gets or sets the ProgramId associated with this StudentDegreePathwayEntity.
Declaration
public int ProgramId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The ProgramId. |
ProgramVersionId
Gets or sets the ProgramVersionId associated with this StudentDegreePathwayEntity.
Declaration
public int? ProgramVersionId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The ProgramVersionId. |
ProgramVersionRowVersion
Gets or sets the ProgramVersionRowVersion associated with this StudentDegreePathwayEntity.
Declaration
public byte[] ProgramVersionRowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The ProgramVersionRowVersion. |
RequiredCourseId
Gets or sets the RequiredCourseId associated with this StudentDegreePathwayEntity.
Declaration
public int? RequiredCourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The RequiredCourseId. |
RowVersion
Gets or sets the RowVersion associated with this StudentDegreePathwayEntity.
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The RowVersion. |
SequenceNumber
Gets or sets the SequenceNumber associated with this StudentDegreePathwayEntity.
Declaration
public int? SequenceNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The SequenceNumber. |
StudentCourseId
Gets or sets the StudentCourseId associated with this StudentDegreePathwayEntity.
Declaration
public int? StudentCourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The StudentCourseId. |
StudentCourseRowVersion
Gets or sets the StudentCourseRowVersion associated with this StudentDegreePathwayEntity.
Declaration
public byte[] StudentCourseRowVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Byte[] | The StudentCourseRowVersion. |
StudentEnrollmentPeriodId
Gets or sets the StudentEnrollmentPeriodId associated with this StudentDegreePathwayEntity.
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentEnrollmentPeriodId. |
StudentId
Gets or sets the StudentId associated with this StudentDegreePathwayEntity.
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The StudentId. |
TermId
Gets or sets the TermId associated with this StudentDegreePathwayEntity.
Declaration
public int? TermId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The TermId. |
TermNumber
Gets or sets the TermNumber associated with this StudentDegreePathwayEntity.
Declaration
public int TermNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The TermNumber. |
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()