Click or drag to resize

ResourceData Class

Represents the resouce data attached to the change notification sent to the subscriber.
Inheritance Hierarchy
SystemObject
  Omada.OE.Model.SubscriptionsResourceData

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

The ResourceData type exposes the following members.

Constructors
  NameDescription
Public methodResourceData
Top
Properties
  NameDescription
Public propertyId
The identifier of the object.
Top
Methods
  NameDescription
Public methodEquals
Equals
(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