Class GetAssignmentBankLoadsRequest
The get assignment bank loads request.
Inheritance
System.Object
GetAssignmentBankLoadsRequest
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetAssignmentBankLoadsRequest : ServiceRequest
Constructors
GetAssignmentBankLoadsRequest()
Initializes a new instance of the GetAssignmentBankLoadsRequest class.
Declaration
public GetAssignmentBankLoadsRequest()
Properties
CampusIdList
Gets or sets the campus id list.
Declaration
public ICollection<int> CampusIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<System.Int32> |
CourseIdList
Gets or sets the course id list.
Declaration
public ICollection<int> CourseIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<System.Int32> |
DepartmentIdList
Gets or sets the department id list.
Declaration
public ICollection<int> DepartmentIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<System.Int32> |
NonTeachingTypeIdList
Gets or sets the non teaching type id list.
Declaration
public ICollection<int> NonTeachingTypeIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<System.Int32> |
StaffIdList
Gets or sets the staff id list.
Declaration
public ICollection<int> StaffIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<System.Int32> |