Class GetClassSectionTermListEventRequest
Represents the a request for the GetClassSectionTermListEvent method.
Inheritance
System.Object
GetClassSectionTermListEventRequest
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetClassSectionTermListEventRequest : ServiceRequest
Constructors
GetClassSectionTermListEventRequest()
Declaration
public GetClassSectionTermListEventRequest()
Properties
CourseId
CourseId
Declaration
public int CourseId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
EnrollmentId
EnrollmentId
Declaration
public int EnrollmentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
StudentId
StudentId
Declaration
public int StudentId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TermIds
TermId
Declaration
public string TermIds { get; set; }
Property Value
Type | Description |
---|---|
System.String |