FDO .NET API Reference | Feature Data Objects |
Inheritance diagram for OSGeo::FDO::Common::DictionaryElement:
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. | |
Protected Member Functions | |
System::Void | ReleaseUnmanagedObject () |
DOXYGEN-IGNORE |
|
Constructs a new empty dictionary element.
|
|
Constructs an elemnet based on an unmanaged instance of the object.
|
|
Indicates whether the name of the DictionaryElement can be changed once it has been created.
|
|
Gets the name of this dictionary element.
|
|
Gets the value of this dictionary element.
|
|
DOXYGEN-IGNORE
Reimplemented from OSGeo::FDO::Runtime::Disposable. |
|
Sets the value of this dictionary element.
|
Comments or suggestions? Send us feedback. |