Class ClassSectionScheduleComparison
Inheritance
System.Object
ClassSectionScheduleComparison
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 ClassSectionScheduleComparison
Constructors
ClassSectionScheduleComparison()
Declaration
public ClassSectionScheduleComparison()
Properties
CampusLevelConfig
Declaration
public bool CampusLevelConfig { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ClassSchedLength
Declaration
public int? ClassSchedLength { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
CourseLevelConfig
Declaration
public bool? CourseLevelConfig { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Boolean> |
Hours
Declaration
public decimal? Hours { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Decimal> |
OverrideCourseComparison
Declaration
public bool OverrideCourseComparison { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |