Class ClearWaitListStudentsRequest
Represents the a request for the ClearWaitList method.
Inheritance
System.Object
ClearWaitListStudentsRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class ClearWaitListStudentsRequest : ServiceRequest
Constructors
ClearWaitListStudentsRequest()
Declaration
public ClearWaitListStudentsRequest()
Properties
ClassSectionId
Declaration
public int ClassSectionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IsClearAllStudents
Declaration
public bool IsClearAllStudents { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
IsSendMessage
Declaration
public bool IsSendMessage { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
StudentEnrollmentRegistrationIds
Declaration
public int[] StudentEnrollmentRegistrationIds { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|
TermId
Declaration
public int TermId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
See Also
Cmc.Core.ServiceModel.ServiceRequest