Class CopyStaffPolicyForTermResponse
Represents the response for the CopyStaffPolicyForTerm method.
Inheritance
System.Object
CopyStaffPolicyForTermResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class CopyStaffPolicyForTermResponse : ServiceResponse
Constructors
CopyStaffPolicyForTermResponse()
Declaration
public CopyStaffPolicyForTermResponse()
Properties
IsCopyComplete
Declaration
public bool IsCopyComplete { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Message
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StaffPolicyAssociationIdList
Declaration
public List<int> StaffPolicyAssociationIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |