Class ClassSectionDetailCustom
Inheritance
System.Object
ClassSectionDetailCustom
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 ClassSectionDetailCustom
Constructors
ClassSectionDetailCustom()
Declaration
public ClassSectionDetailCustom()
Properties
ClassSectionId
Declaration
public int ClassSectionId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
CourseCode
Declaration
public string CourseCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CourseName
Declaration
public string CourseName { get; set; }
Property Value
Type | Description |
---|---|
System.String |
SectionCode
Declaration
public string SectionCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TermCode
Declaration
public string TermCode { get; set; }
Property Value
Type | Description |
---|---|
System.String |