Class GetDependentCoursesClassSectionsResponse
Represents the response for the GetDependentCoursesClassSections method.
Inheritance
System.Object
GetDependentCoursesClassSectionsResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetDependentCoursesClassSectionsResponse : ServiceResponse
Constructors
GetDependentCoursesClassSectionsResponse()
Declaration
public GetDependentCoursesClassSectionsResponse()
Properties
ClassSectionIds
set List of ClassSection IDs
Declaration
public List<int> ClassSectionIds { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
IsDependentCourse
set IsDependentCourse
Declaration
public bool IsDependentCourse { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |