Click or drag to resize

Notification Properties

The Notification type exposes the following members.

Properties
  NameDescription
Public propertyAllowedAssemblies
The assemblies that can modify this instance.
Public propertyAlternateButtonTitle
The localized title of the Alternate button.
Public propertyButtonClicked
An Action that will be invoked whenever a button for the notification is clicked or the notification is closed.
Public propertyCancelButtonTitle
The localized title of the Cancel button.
Public propertyConfirmButtonTitle
The localized title of the Confirm button.
Public propertyDateUpdated
The date the notification was last modified.
Public propertyDescription
The description of the notification. The description is displayed in the Notifications panel in Rhino.
Public propertyItem
Gets or sets metadata for this instance.
Public propertyMessage
The message of the notification. The message is shown only when the instance is displayed modally. It should contain details about the notification.
Public propertyMetadataCopy
A copy of all the metadata for this class.
Public propertySeverityLevel
The severity of the notification. Changing the severity of the notification may change the way Rhino chooses to display the Notifications panel.
Public propertyShowEventId
A field used by Rhino for displaying notifications. Not intended for public use.
Public propertyTitle
The title of the notification. The title is displayed when the notification is displayed modally in Rhino.
Top
See Also