Class ProcessContactManagerEventRequest
Represents a message that processess a contact manager event.
Inheritance
System.Object
ProcessContactManagerEventRequest
Namespace: Cmc.Nexus.Crm.Services
Assembly: Cmc.Nexus.Crm.Contracts.dll
Syntax
public class ProcessContactManagerEventRequest : ServiceRequest
Constructors
ProcessContactManagerEventRequest()
Declaration
public ProcessContactManagerEventRequest()
Properties
CampusId
Gets or sets the campus identifier.
Declaration
public int? CampusId { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<System.Int32> | The campus identifier. |
Comment
Gets or sets the comment.
Declaration
public string Comment { get; set; }
Property Value
Type | Description |
---|---|
System.String | The comment. |
Entity
Gets or sets the entity.
Declaration
public string Entity { get; set; }
Property Value
Type | Description |
---|---|
System.String | The entity. |
EntityId
Gets or sets the entity identifier.
Declaration
public int EntityId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The entity identifier. |
EventType
Gets or sets the type of the event.
Declaration
public string EventType { get; set; }
Property Value
Type | Description |
---|---|
System.String | The type of the event. |
NewValue
Gets or sets the new value.
Declaration
public int NewValue { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The new value. |
PreviousValue
Gets or sets the previous value.
Declaration
public int PreviousValue { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | The previous value. |
StaffId
Staff Id
Declaration
public int StaffId { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |