Class GetAssignmentsRequest
Represents the a request for the GetAssignments method.
Inheritance
System.Object
GetAssignmentsRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetAssignmentsRequest : ServiceRequest
Constructors
GetAssignmentsRequest()
Declaration
public GetAssignmentsRequest()
Properties
ActivityId
Declaration
public int? ActivityId { get; set; }
Property Value
Type |
Description |
System.Nullable<System.Int32> |
|
AssignmentTypeIdList
Declaration
public ICollection<int> AssignmentTypeIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|
DepartmentIdList
Declaration
public ICollection<int> DepartmentIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|
StaffIdList
Declaration
public ICollection<int> StaffIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|
TermIdList
Declaration
public ICollection<int> TermIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.ICollection<System.Int32> |
|
TypeOfActivityFlag
Declaration
public int TypeOfActivityFlag { get; set; }
Property Value
Type |
Description |
System.Int32 |
|