Click or drag to resize

MessagesBundle Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Provides access to messages (for example strings and announcements) for a single culture. This class is abstract and has concrete subclasses that vary according to how the messages are configured, for example from an XML string or from an XML file in a directory on disk. By referencing instances of this abstract class rather than the concrete subclasses, the same code can access messages regardless of how they are configured.
Inheritance Hierarchy

Namespace:  Telogis.GeoBase.Internationalization
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public abstract class MessagesBundle

The MessagesBundle type exposes the following members.

Properties
  NameDescription
Public propertyCultureDescription
Gets the description for the culture of this message bundle.
Public propertyCultureID
Gets the IetfLanguageTag for the culture of this message bundle.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetString
Generate a phrase string from a Phrase tag within a Phrases node.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSupportsMessageType
Whether the bundle supports messages of the given type.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
See Also