Class ElectiveSubstitutePoolCourseListCustomEn
ElectiveSubstitutePoolCourseListCustom
Inheritance
System.Object
ElectiveSubstitutePoolCourseListCustomEn
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 ElectiveSubstitutePoolCourseListCustomEn
Constructors
ElectiveSubstitutePoolCourseListCustomEn()
Declaration
public ElectiveSubstitutePoolCourseListCustomEn()
Properties
CourseClockHours
Declaration
public decimal CourseClockHours { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
CourseCode
Declaration
public string CourseCode { get; set; }
Property Value
Type |
Description |
System.String |
|
CourseCreditHours
Declaration
public decimal CourseCreditHours { get; set; }
Property Value
Type |
Description |
System.Decimal |
|
CourseDescription
Declaration
public string CourseDescription { 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 |
|
CourseType
Declaration
public string CourseType { get; set; }
Property Value
Type |
Description |
System.String |
|
CreatedDateTime
Declaration
public DateTime CreatedDateTime { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
Id
Declaration
public int Id { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsActive
Declaration
public bool IsActive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsRecommended
Declaration
public bool IsRecommended { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
Key
Declaration
public int Key { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Order
Declaration
public int Order { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PoolCode
Declaration
public string PoolCode { get; set; }
Property Value
Type |
Description |
System.String |
|
PoolName
Declaration
public string PoolName { get; set; }
Property Value
Type |
Description |
System.String |
|
RequiredCourseId
Declaration
public int? RequiredCourseId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|