Skip to main content

Class SystemMessage

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for SystemMessage. System Message to be displayed to a user

Inheritance

objectCarrierSystemMessage

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

SystemMessage()

Default constructor - defaults any enum props to 0.

Properties

AssociateId

The associate that is the target of this message

Property Value

int

Expire

The date and time the message expires

Property Value

DateTime

MarkdownMessage

Markdown message to be displayed to user

Property Value

string

MessageId

Primary key

Property Value

int

OnlineappId

The online app that owns this message

Property Value

int

SystemMessageId

Message identifier, used for message update or removal

Property Value

string

Type

Type of message, example: info, warning, error NULL if unknown enum value.

Property Value

SystemMessageType?

See Also

SystemMessage.Type_String

Type_String

Type of message, example: info, warning, error Raw string enum value.

Property Value

string

See Also

SystemMessage.Type

See Also

DiagnosticsAgent