Class GetMessagesForStaffRequest
Represents a message that processess a contact manager event.
Inheritance
System.Object
GetMessagesForStaffRequest
Namespace: Cmc.Nexus.Crm.Services
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class GetMessagesForStaffRequest : ServiceRequest
Constructors
GetMessagesForStaffRequest()
Declaration
public GetMessagesForStaffRequest()
Properties
CampusIds
Declaration
public List<int> CampusIds { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> |
FromDueDate
Gets or sets the entity.
Declaration
public string FromDueDate { get; set; }
Property Value
Type | Description |
---|---|
System.String | The entity. |
StaffIds
Gets or sets the entity identifier.
Declaration
public List<int> StaffIds { get; set; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<System.Int32> | The entity identifier. |
ToDueDate
Gets or sets the type of the event.
Declaration
public string ToDueDate { get; set; }
Property Value
Type | Description |
---|---|
System.String | The type of the event. |