Class ClearMultipleTermWaitListRequest
Inheritance
System.Object
ClearMultipleTermWaitListRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class ClearMultipleTermWaitListRequest : ServiceRequest
Constructors
ClearMultipleTermWaitListRequest()
Declaration
public ClearMultipleTermWaitListRequest()
Properties
CampusId
Declaration
public int CampusId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ClassSectionId
Declaration
public int ClassSectionId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
ClassSectionIdList
Declaration
public ICollection<int> ClassSectionIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|
IsSendMessage
Declaration
public bool IsSendMessage { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
StudentEnrollmentPeriodId
Declaration
public int StudentEnrollmentPeriodId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
TermIdList
Declaration
public ICollection<int> TermIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|