Class GetClassSectionsByCourseAndTermResponse
Represents the response for the GetClassSectionByCourseAndTerm method.
Inheritance
System.Object
GetClassSectionsByCourseAndTermResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetClassSectionsByCourseAndTermResponse : ServiceResponse
Constructors
GetClassSectionsByCourseAndTermResponse()
Declaration
public GetClassSectionsByCourseAndTermResponse()
Properties
ClassSections
Gets or sets the class sections.
Declaration
public IEnumerable<ClassSectionEntity> ClassSections { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<ClassSectionEntity> | The class sections. |