OSGeo::FDO::Common::DictionaryElement Class Reference
[OSGeo::FDO::Common]

Inheritance diagram for OSGeo::FDO::Common::DictionaryElement:

Inheritance graph
[legend]

List of all members.


Detailed Description

DictionaryElement is an element in a DictionaryElementCollection. It consists of a name-value pair.

()


Public Member Functions

 DictionaryElement (System::IntPtr unmanaged, System::Boolean autoDelete)
 Constructs an elemnet based on an unmanaged instance of the object.
 DictionaryElement (System::String *name, System::String *value)
 Constructs a new empty dictionary element.
__property System::Boolean get_CanSetName ()
 Indicates whether the name of the DictionaryElement can be changed once it has been created.
__property String * get_Name ()
 Gets the name of this dictionary element.
__property System::String * get_Value ()
 Gets the value of this dictionary element.
__property System::Void set_Value (String *value)
 Sets the value of this dictionary element.