IInitialMessage

Modified on Monday, 11 July 2011 08:21 AM by 156.75.200.64 — Categorized as: Startup Actions

The interface FDOT.GIS.Client.Components.StartupActions.IInitialMessage specifies the format of messages that are used by IInitialMessageProviders in the InitialMessagesAction. This allows a heading and then a list of messages corresponding to that heading. Also for ease of use a class FDOT.GIS.Client.Components.StartupActions.InitialMessage is a provided implementation of IInitialMessage to eliminate the need for implementing the interface yourself.

Table of Contents [Hide/Show]


Properties

NameTypeDescription
HeadingTextstring|| This the header text displayed to the user for the messages.
MessagesIEnumerableThis is the list of messages for the heading text.

See Also