Class GetAssignmentTypesRequest
Represents the a request for the GetAssignmentTypes method.
Inheritance
System.Object
GetAssignmentTypesRequest
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetAssignmentTypesRequest : ServiceRequest
Constructors
GetAssignmentTypesRequest()
Declaration
public GetAssignmentTypesRequest()
Properties
CampusIdList
Declaration
public ICollection<int> CampusIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<System.Int32> |
HasPayroll
Declaration
public bool HasPayroll { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
WlmAssignmentTypeId
Declaration
public int? WlmAssignmentTypeId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> |