Class GetAssignmentsForBatchLoadProcessingRequest
Represents the a request for the GetAssignmentsForBatchLoadProcessing method.
Inheritance
System.Object
GetAssignmentsForBatchLoadProcessingRequest
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetAssignmentsForBatchLoadProcessingRequest : ServiceRequest
Constructors
GetAssignmentsForBatchLoadProcessingRequest()
Declaration
public GetAssignmentsForBatchLoadProcessingRequest()
Properties
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> |
|
LoadValidationStatus
Declaration
public string LoadValidationStatus { get; set; }
Property Value
Type |
Description |
System.String |
|
PositionIdList
Declaration
public ICollection<int> PositionIdList { 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 |
|
UseExistingLoadValidationSettings
Declaration
public bool UseExistingLoadValidationSettings { get; set; }
Property Value
Type |
Description |
System.Boolean |
|