Class GetClassSectionsByCampusAndTermResponse
Represents the response for the GetClassSectionsByCampusAndTerm method.
Inheritance
System.Object
GetClassSectionsByCampusAndTermResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetClassSectionsByCampusAndTermResponse : ServiceResponse
Constructors
GetClassSectionsByCampusAndTermResponse()
Declaration
public GetClassSectionsByCampusAndTermResponse()
Properties
ClassSectionsList
Declaration
public List<WlmClassSection> ClassSectionsList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<WlmClassSection> |