Class GetClassSectionTermListEventResponse
Represents the response for the GetClassSectionTermListEvent method.
Inheritance
System.Object
GetClassSectionTermListEventResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetClassSectionTermListEventResponse : ServiceResponse
Constructors
GetClassSectionTermListEventResponse()
Declaration
public GetClassSectionTermListEventResponse()
Properties
ClassSectionTermList
Class section id
Declaration
public IList<int> ClassSectionTermList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IList<System.Int32> |