Click or drag to resize

ChangeNotification Class

Represents the notification sent to the subscriber.
Inheritance Hierarchy
SystemObject
  Omada.OE.Model.SubscriptionsChangeNotification

Namespace:  Omada.OE.Model.Subscriptions
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public class ChangeNotification

The ChangeNotification type exposes the following members.

Constructors
  NameDescription
Public methodChangeNotification
Top
Properties
  NameDescription
Public propertyClientState
Value of the clientState property sent specified in the subscription request (if any)
Public propertyId
Unique ID for the notification.
Public propertyResource
The URI of the resource that emitted the change notification relative to the base URL of the service.
Public propertyResourceData
The content of this property depends on the type of resource being subscribed to.
Public propertySubscriptionId
Gets or sets subscriptionId. The unique identifier of the subscription that generated the notification.
Top
Methods
  NameDescription
Public methodEquals
Equality comparer for ChangeNotification
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
GetHashCode
(Overrides ObjectGetHashCode.)
Top
Extension Methods
  NameDescription
Public Extension MethodToBool
Converts object to boolean.
(Defined by ObjectExtensions.)
Public Extension MethodToDateTime
Converts object to DateTime.
(Defined by ObjectExtensions.)
Public Extension MethodToInt
Converts object to integer.
(Defined by ObjectExtensions.)
Top
See Also