Show / Hide Table of Contents

Class NotificationEvent

Carrier for a notification event for a given notification type and entity id

Carrier object for NotificationEvent. Services for the NotificationEvent Carrier is available from the IPocketAgent.
Inheritance
Object
NotificationEvent
Namespace: SuperOffice.CRM.Services
Assembly: SuperOffice.Services.dll
Syntax
public class NotificationEvent : Object

Constructors

NotificationEvent()

Default constructor

Declaration
public NotificationEvent()
See Also
PocketAgent
IPocketAgent

Properties

Id

Id of entity this notification event is about

Declaration
public virtual int Id { get; set; }
Property Value
Type Description
Int32
See Also
PocketAgent
IPocketAgent

Type

Type of notification event

Declaration
public virtual NotificationEventType Type { get; set; }
Property Value
Type Description
NotificationEventType
See Also
PocketAgent
IPocketAgent

Methods

ToString()

Returns the carrier contents as a formatted string.

Declaration
public override string ToString()
Returns
Type Description
String

The carrier contents.

See Also
PocketAgent
IPocketAgent

ToString(String)

Returns the carrier contents as a formatted string, useful for debugging. Each line in the output is prefixed with the input value.

Declaration
public string ToString(string prefix)
Parameters
Type Name Description
String prefix

The line prefix (typically used for indenting)

Returns
Type Description
String

The carrier contents.

See Also
PocketAgent
IPocketAgent

See Also

PocketAgent
IPocketAgent
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top