Class AdvisorAssignmentBatchUpdateRequest
Inheritance
System.Object
AdvisorAssignmentBatchUpdateRequest
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class AdvisorAssignmentBatchUpdateRequest : ServiceRequest
Constructors
AdvisorAssignmentBatchUpdateRequest()
Declaration
public AdvisorAssignmentBatchUpdateRequest()
Properties
ActivityFlag
Declaration
public bool ActivityFlag { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
AdvisorModuleList
Declaration
public List<AdvisorModule> AdvisorModuleList { get; set; }
Property Value
AssignmentMode
Declaration
public string AssignmentMode { get; set; }
Property Value
Type |
Description |
System.String |
|
BatchName
Declaration
public string BatchName { get; set; }
Property Value
Type |
Description |
System.String |
|
CurrentOwner
Declaration
public string CurrentOwner { get; set; }
Property Value
Type |
Description |
System.String |
|
EnrollmentId
Declaration
public int EnrollmentId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
EnrollmentList
Declaration
public List<int> EnrollmentList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
IsStaffReassigned
Declaration
public bool IsStaffReassigned { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
ModuleId
Declaration
public int ModuleId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Note
Declaration
public string Note { get; set; }
Property Value
Type |
Description |
System.String |
|
PreviousAdvisorGroupId
Declaration
public int PreviousAdvisorGroupId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PreviousAdvisorId
Declaration
public int PreviousAdvisorId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
PreviousOwner
Declaration
public string PreviousOwner { get; set; }
Property Value
Type |
Description |
System.String |
|
StaffGroupId
Declaration
public int StaffGroupId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StaffId
Declaration
public int StaffId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
StudentDetailList
Declaration
public List<BatchFilteredAdvisorAssignment> StudentDetailList { get; set; }
Property Value
StudentList
Declaration
public List<int> StudentList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
TotalStudents
Declaration
public int TotalStudents { get; set; }
Property Value
Type |
Description |
System.Int32 |
|