Class GetDependentCoursesClassSectionsRequest
Represents the request for the GetDependentCoursesClassSections method.
Inheritance
System.Object
GetDependentCoursesClassSectionsRequest
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetDependentCoursesClassSectionsRequest : ServiceRequest
Constructors
GetDependentCoursesClassSectionsRequest()
Declaration
public GetDependentCoursesClassSectionsRequest()
Properties
CourseId
set Course Id
Declaration
public int CourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TermIds
set List of Term IDs
Declaration
public List<int> TermIds { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |