Class GetStaffPolicyAssociationsForProcessRequest
Represents the a request for the Get Staff Policy Associations For Process Request method.
Inheritance
System.Object
GetStaffPolicyAssociationsForProcessRequest
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetStaffPolicyAssociationsForProcessRequest : ServiceRequest
Constructors
GetStaffPolicyAssociationsForProcessRequest()
Declaration
public GetStaffPolicyAssociationsForProcessRequest()
Properties
WlmJobIdList
Declaration
public ICollection<int> WlmJobIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<System.Int32> |
See Also
Cmc.Core.ServiceModel.ServiceRequest