Class GetExistingStaffAssignmentsResponse
Represents the response for the GetExistingStaffAssignments method.
Inheritance
System.Object
GetExistingStaffAssignmentsResponse
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class GetExistingStaffAssignmentsResponse : ServiceResponse
Constructors
GetExistingStaffAssignmentsResponse()
Declaration
public GetExistingStaffAssignmentsResponse()
Properties
ActivityList
Declaration
public ICollection<Activity> ActivityList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<Activity> |
IsFteBased
Declaration
public bool IsFteBased { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |