Class StudentDegreePathwayTemplateDetail
Inheritance
System.Object
StudentDegreePathwayTemplateDetail
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class StudentDegreePathwayTemplateDetail
Constructors
StudentDegreePathwayTemplateDetail()
Declaration
public StudentDegreePathwayTemplateDetail()
Properties
ApprovalRequestRejectNote
Declaration
public string ApprovalRequestRejectNote { get; set; }
Property Value
Type |
Description |
System.String |
|
AreaOfStudyId
Declaration
public int? AreaOfStudyId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
AreaOfStudyRowVersion
Declaration
public byte[] AreaOfStudyRowVersion { get; set; }
Property Value
Type |
Description |
System.Byte[] |
|
CatalogYearId
Declaration
public int? CatalogYearId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
CatalogYearRowVersion
Declaration
public byte[] CatalogYearRowVersion { get; set; }
Property Value
Type |
Description |
System.Byte[] |
|
CourseCategoryId
Declaration
public int? CourseCategoryId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
CourseId
Declaration
public int? CourseId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
CourseStatus
Declaration
public string CourseStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
CreatedDateTime
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
CreditPlaced
Declaration
public decimal CreditPlaced { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
HoursPlaced
Declaration
public decimal HoursPlaced { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsApproved
Declaration
public bool IsApproved { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsApprovedCourse
Declaration
public bool? IsApprovedCourse { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
IsDraftModified
Declaration
public bool? IsDraftModified { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
IsPlanCreatedByStudent
Declaration
public bool? IsPlanCreatedByStudent { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Boolean> |
|
IsPlanSentForApproval
Declaration
public bool IsPlanSentForApproval { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
LastModifiedDateTime
Declaration
public DateTime LastModifiedDateTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
LastModifiedUserId
Declaration
public int LastModifiedUserId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
LastStudentCourseSyncDate
Declaration
public DateTime? LastStudentCourseSyncDate { get; set; }
Property Value
Type |
Description |
System.Nullable<System.DateTime> |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Note
Declaration
public string Note { get; set; }
Property Value
Type |
Description |
System.String |
|
ProgramId
Declaration
public int ProgramId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ProgramVersionId
Declaration
public int? ProgramVersionId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
ProgramVersionRowVersion
Declaration
public byte[] ProgramVersionRowVersion { get; set; }
Property Value
Type |
Description |
System.Byte[] |
|
RequiredCourseId
Declaration
public int? RequiredCourseId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
RowVersion
Declaration
public byte[] RowVersion { get; set; }
Property Value
Type |
Description |
System.Byte[] |
|
SequenceNumber
Declaration
public int? SequenceNumber { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentCourseId
Declaration
public int? StudentCourseId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
StudentCourseRowVersion
Declaration
public byte[] StudentCourseRowVersion { get; set; }
Property Value
Type |
Description |
System.Byte[] |
|
StudentEnrollmentPeriodId
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TermId
Declaration
public int? TermId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
TermNumber
Declaration
public int TermNumber { get; set; }
Property Value
Type |
Description |
System.Int32 |
|