Class RequiredCourseCustomDetail
RequiredCourseCustomDetail
Inheritance
System.Object
RequiredCourseCustomDetail
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.Entities
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class RequiredCourseCustomDetail
Constructors
RequiredCourseCustomDetail()
Declaration
public RequiredCourseCustomDetail()
Properties
AllowedTypes
Gets or sets the Name associated with this RequiredCourseCategory.
Declaration
public string AllowedTypes { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
AreaOfStudyId
Get or Set AreaOfStudyId
Declaration
public int AreaOfStudyId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
AreaOfStudyType
Get or Set AreaOfStudyType
Declaration
public string AreaOfStudyType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
AreaOfStudyTypeName
Get or Set AreaOfStudyTypeName
Declaration
public string AreaOfStudyTypeName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CategoryId
Gets or sets the Name associated with this RequiredCourseCategory.
Declaration
public int CategoryId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The Name. |
CategoryName
Gets or sets the Name associated with this RequiredCourseCategory.
Declaration
public string CategoryName { get; set; }
Property Value
Type | Description |
---|---|
System.String | The Name. |
IsDropFailCourseRepeated
Gets or sets the Name associated with this RequiredCourseCategory.
Declaration
public bool IsDropFailCourseRepeated { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean | The Name. |
IsElective
Get or Set IsElective
Declaration
public bool IsElective { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsProgramVersion
Gets or sets the program version associated.
Declaration
public bool IsProgramVersion { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ProgramVersionId
Get or Set AdProgramVersionID
Declaration
public int ProgramVersionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
RequiredCourses
Gets or sets the courses to program version.
Declaration
public IEnumerable<RequiredCourseDetail> RequiredCourses { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<RequiredCourseDetail> |