Class AutoAllocateSelectedStudentsRequest
Inheritance
System.Object
AutoAllocateSelectedStudentsRequest
Namespace: Cmc.Nexus.Academics.Services
Assembly: Cmc.Nexus.Academics.Contracts.dll
Syntax
public class AutoAllocateSelectedStudentsRequest : ServiceRequest
Constructors
AutoAllocateSelectedStudentsRequest()
Declaration
public AutoAllocateSelectedStudentsRequest()
Properties
Entity
Entity
Declaration
public string Entity { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Order
Order
Declaration
public string Order { get; set; }
Property Value
Type | Description |
---|---|
System.String |
ReassignWorkflowList
ReassignWorkflowList
Declaration
public List<AutoAllocateStudentsExtended> ReassignWorkflowList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<AutoAllocateStudentsExtended> |