Class GetStaffPolicyAssociationsForProcessResponse
Represents the a response for the Get Staff Policy Associations For Process Response.
Inheritance
System.Object
GetStaffPolicyAssociationsForProcessResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetStaffPolicyAssociationsForProcessResponse : ServiceResponse
Constructors
GetStaffPolicyAssociationsForProcessResponse()
Declaration
public GetStaffPolicyAssociationsForProcessResponse()
Properties
StaffPolicyAssociations
Declaration
public ICollection<WlmStaffLoadRulePolicyAssociationEntity> StaffPolicyAssociations { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<WlmStaffLoadRulePolicyAssociationEntity> |
See Also
Cmc.Core.ServiceModel.ServiceResponse