Class GetStudentMessageRequest
Inheritance
System.Object
GetStudentMessageRequest
Namespace: Cmc.Nexus.Crm.Services
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class GetStudentMessageRequest : ServiceRequest
Constructors
GetStudentMessageRequest()
Declaration
public GetStudentMessageRequest()
Properties
AdvisorType
AdvisorId
Declaration
public string AdvisorType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
CampusIdList
CampusIdList
Declaration
public List<int> CampusIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
StaffIdList
StaffIdList
Declaration
public List<int> StaffIdList { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
StaffIdXml
StaffIdXml
Declaration
public string StaffIdXml { get; set; }
Property Value
Type | Description |
---|---|
System.String |
StudentListShow
StudentListShow
Declaration
public string StudentListShow { get; set; }
Property Value
Type | Description |
---|---|
System.String |