Click or drag to resize

StringMessagesBundle Class

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
A messages bundle that provides access to internationalized messages (for example strings and announcements) for a single culture. The messages and associated resources for the culture are obtained from an XML string.
Inheritance Hierarchy
SystemObject
  Telogis.GeoBase.InternationalizationMessagesBundle
    Telogis.GeoBase.InternationalizationStringMessagesBundle

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

The StringMessagesBundle type exposes the following members.

Constructors
  NameDescription
Public methodStringMessagesBundle
Create a MessagesBundle with messages configured in the supplied XML string. The string must be encoded in either ASCII or UTF8 format.
Top
Properties
  NameDescription
Public propertyCultureDescription
Gets the description for the culture of this message bundle.
(Inherited from MessagesBundle.)
Public propertyCultureID
Gets the IetfLanguageTag for the culture of this message bundle.
(Inherited from MessagesBundle.)
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.
(Inherited from MessagesBundle.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSupportsMessageType
Whether the bundle supports messages of the given type.
(Inherited from MessagesBundle.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Remarks
See Also