Class ProgramDetail
Inheritance
System.Object
ProgramDetail
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 ProgramDetail
Constructors
ProgramDetail()
Declaration
Properties
AcademicAdvisor
Declaration
public string AcademicAdvisor { get; set; }
Property Value
Type |
Description |
System.String |
|
AreasOfStudies
Declaration
public string AreasOfStudies { get; set; }
Property Value
Type |
Description |
System.String |
|
Campus
Declaration
public string Campus { get; set; }
Property Value
Type |
Description |
System.String |
|
Catalog
Declaration
public string Catalog { get; set; }
Property Value
Type |
Description |
System.String |
|
DegreePursued
Declaration
public string DegreePursued { get; set; }
Property Value
Type |
Description |
System.String |
|
EnrollDate
Declaration
public DateTime EnrollDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
EnrollmentCumGpa
Declaration
public decimal EnrollmentCumGpa { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
EnrollmentCumGpaText
Declaration
public string EnrollmentCumGpaText { get; set; }
Property Value
Type |
Description |
System.String |
|
EnrollmentId
Declaration
public string EnrollmentId { get; set; }
Property Value
Type |
Description |
System.String |
|
ExternShipStartDate
Declaration
public DateTime ExternShipStartDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
GradDate
Declaration
public DateTime GradDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
HasExternshipStartDate
Declaration
public bool HasExternshipStartDate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsAreaOfStudyRequirementRuleFulfilled
Declaration
public bool IsAreaOfStudyRequirementRuleFulfilled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsExpectedGradDate
Declaration
public bool IsExpectedGradDate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsExpectedStartDate
Declaration
public bool IsExpectedStartDate { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsRealTimeSchedule
Declaration
public bool IsRealTimeSchedule { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
NumberOfAreaOfStudyRequirementRule
Declaration
public int? NumberOfAreaOfStudyRequirementRule { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
NumberOfFulfilledProgramRequirementRule
Declaration
public int? NumberOfFulfilledProgramRequirementRule { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
NumberOfFulfilledProgramVersionRequirementRule
Declaration
public int? NumberOfFulfilledProgramVersionRequirementRule { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
NumberOfProgramRequirementRule
Declaration
public int? NumberOfProgramRequirementRule { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
NumberOfProgramVersionRequirementRule
Declaration
public int? NumberOfProgramVersionRequirementRule { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
OverallCumGpa
Declaration
public decimal OverallCumGpa { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
OverallCumGpaText
Declaration
public string OverallCumGpaText { get; set; }
Property Value
Type |
Description |
System.String |
|
Declaration
public string ProgramVersionComments { get; set; }
Property Value
Type |
Description |
System.String |
|
ProgramVersionName
Declaration
public string ProgramVersionName { get; set; }
Property Value
Type |
Description |
System.String |
|
SapStatus
Declaration
public string SapStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
Shift
Declaration
public string Shift { get; set; }
Property Value
Type |
Description |
System.String |
|
StartDate
Declaration
public DateTime StartDate { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Status
Declaration
public string Status { get; set; }
Property Value
Type |
Description |
System.String |
|
UnitsAttendedFromEnrollment
Declaration
public string UnitsAttendedFromEnrollment { get; set; }
Property Value
Type |
Description |
System.String |
|
UnitsCompletedFromEnrollment
Declaration
public decimal UnitsCompletedFromEnrollment { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
UnitsCompletedFromEnrollmentForProgressBar
Declaration
public decimal UnitsCompletedFromEnrollmentForProgressBar { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
UnitsCurrentScheduledFromAllEnrollments
Declaration
public decimal UnitsCurrentScheduledFromAllEnrollments { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
UnitsRequiredFromEnrollment
Declaration
public decimal UnitsRequiredFromEnrollment { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
UnitType
Declaration
public DegreeAuditUnitType UnitType { get; set; }
Property Value