Project Messages

Project Messages
This container holds current project messages.

Data Entities

StoredMessage

A data entity representing a message (error, warning, information, etc.) that is visible to the user.

Properties

Association

The data model entity to which the message applies (a component, for example).

Type     string
Read Only    Yes
DateTimeStamp

The publication time.

Type     DateTime
Read Only    Yes
Details

The detailed text string of the message.

Type     string
Read Only    Yes
DisplayText

The general property that defines the user-visible name of an entity. This property is defined for all data entities but is used only in those entities that present a label in the user interface.

Type     string
Read Only    No
MessageCategory

The category of the message

Type     MessageCategory
Read Only    Yes
MessageType

The type of the message (e.g., Information, Warning, Error, etc.).

Type     MessageType
Read Only    Yes
Summary

The summary text string of the message.

Type     string
Read Only    Yes