Click or drag to resize

UserMessage Class

User message
Inheritance Hierarchy
SystemObject
  Omada.OE.ModelUserMessage

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

The UserMessage type exposes the following members.

Constructors
  NameDescription
Public methodUserMessage
User massage constructor
Top
Properties
  NameDescription
Public propertyIsCompletion
Indicates whether the message is completion/success related. This is only relevant in UI v2 pages, to decide when to remove the message. Defaults to false.
Top
Methods
  NameDescription
Public methodCompareTo
Compare user message to another
Public methodToString
(Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldContent
Content type
Public fieldMessage
Message
Public fieldMessageType
Message type
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