Click or drag to resize

StoredMessage Class

Represents the stored message in the database
Inheritance Hierarchy
SystemObject
  Omada.OE.Model.StoredMessagesStoredMessage

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

The StoredMessage type exposes the following members.

Constructors
  NameDescription
Public methodStoredMessage
Top
Properties
  NameDescription
Public propertyCreateDate
Create Date
Public propertyId
Id
Public propertyImportId
Import Id
Public propertyImportUId
Import UId
Public propertyIsCompletedReceived
Is completed message received
Public propertyIsResynchronize
is it Resynchronize Import
Public propertyMessage
Message
Public propertyState
State
Public propertyUpdateDate
Update Date
Top
Methods
  NameDescription
Public methodToString
Returns string representation of the object
(Overrides ObjectToString.)
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