Class StudentEnrollmentDpaSelectedCourseDetail
Inheritance
System.Object
StudentEnrollmentDpaSelectedCourseDetail
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()
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class StudentEnrollmentDpaSelectedCourseDetail
Constructors
StudentEnrollmentDpaSelectedCourseDetail()
Declaration
public StudentEnrollmentDpaSelectedCourseDetail()
Properties
ClockHours
Declaration
public decimal? ClockHours { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
CourseCategoryName
Declaration
public string CourseCategoryName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CourseCode
Declaration
public string CourseCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CourseId
Declaration
public int CourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CourseName
Declaration
public string CourseName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CreditHours
Declaration
public decimal? CreditHours { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
ElectivePoolName
Declaration
public string ElectivePoolName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsSubstituteAllowed
Declaration
public bool IsSubstituteAllowed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
RequiredProgramCourseId
Declaration
public int? RequiredProgramCourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |