Class GetIncidentListRequest
Inheritance
System.Object
GetIncidentListRequest
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class GetIncidentListRequest : ServiceRequest
Constructors
GetIncidentListRequest()
Declaration
public GetIncidentListRequest()
Properties
fromDate
Declaration
public string fromDate { get; set; }
Property Value
Type |
Description |
System.String |
|
generalPublicList
Declaration
public List<int> generalPublicList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
staffIdList
Declaration
public List<int> staffIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
studentIdList
Declaration
public List<int> studentIdList { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<System.Int32> |
|
toDate
Declaration
public string toDate { get; set; }
Property Value
Type |
Description |
System.String |
|