Class CourseCopyDetails
Inheritance
System.Object
CourseCopyDetails
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 CourseCopyDetails
Constructors
CourseCopyDetails()
Declaration
public CourseCopyDetails()
Properties
IsAttribute
Declaration
public bool IsAttribute { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsBookList
Declaration
public bool IsBookList { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCatalog
Declaration
public bool IsCatalog { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsCorequisite
Declaration
public bool IsCorequisite { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsEquivalent
Declaration
public bool IsEquivalent { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsFeesSchedule
Declaration
public bool IsFeesSchedule { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsGeneral
Declaration
public bool IsGeneral { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsParentCourse
Declaration
public bool IsParentCourse { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsPrequisite
Declaration
public bool IsPrequisite { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsRequisite
Declaration
public bool IsRequisite { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsResource
Declaration
public bool IsResource { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsSchoolField
Declaration
public bool IsSchoolField { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsSkill
Declaration
public bool IsSkill { get; set; }
Property Value
Type |
Description |
System.Boolean |
|