Class PreAndCoRequisiteCourseDetail
PreAndCoRequisiteCourseDetail.
Inheritance
System.Object
PreAndCoRequisiteCourseDetail
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 PreAndCoRequisiteCourseDetail
Constructors
PreAndCoRequisiteCourseDetail()
Declaration
public PreAndCoRequisiteCourseDetail()
Properties
CourseCode
Get or sets the code.
Declaration
public string CourseCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CourseId
Get or sets the CourseId.
Declaration
public int CourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CourseName
Get or sets the CourseName.
Declaration
public string CourseName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Operator
Oprator
Declaration
public string Operator { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ParentCourseId
Get or sets the code.
Declaration
public int ParentCourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ParentRuleId
Parent Rule Id
Declaration
public int? ParentRuleId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |
PreCoRequisiteRuleId
Pre Requisite Rule Id
Declaration
public int PreCoRequisiteRuleId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |