FDO .NET API Reference Feature Data Objects
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

OSGeo::FDO::Common::DictionaryElement Class Reference

Inherits OSGeo::FDO::Runtime::Disposable.

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

[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.

Protected Member Functions

System::Void ReleaseUnmanagedObject ()
 DOXYGEN-IGNORE

Constructor & Destructor Documentation

OSGeo::FDO::Common::DictionaryElement::DictionaryElement System::String *  name,
System::String *  value
 

Constructs a new empty dictionary element.

Parameters:
name The name of the element.
value The value of the element.

OSGeo::FDO::Common::DictionaryElement::DictionaryElement System::IntPtr  unmanaged,
System::Boolean  autoDelete
 

Constructs an elemnet based on an unmanaged instance of the object.

Parameters:
unmanaged Input A Pointer to the unmanaged object.
autoDelete Input Indicates if the constructed object should be automatically deleted once it no longer referenced.

Member Function Documentation

__property System::Boolean OSGeo::FDO::Common::DictionaryElement::get_CanSetName  ) 
 

Indicates whether the name of the DictionaryElement can be changed once it has been created.

Returns:
Returns true if the DictionaryElement name can be changed; otherwise false.

__property String* OSGeo::FDO::Common::DictionaryElement::get_Name  ) 
 

Gets the name of this dictionary element.

Returns:
Returns the dictionary element name

__property System::String* OSGeo::FDO::Common::DictionaryElement::get_Value  ) 
 

Gets the value of this dictionary element.

Returns:
Returns the element value

System::Void OSGeo::FDO::Common::DictionaryElement::ReleaseUnmanagedObject  )  [protected, virtual]
 

DOXYGEN-IGNORE

Reimplemented from OSGeo::FDO::Runtime::Disposable.

__property System::Void OSGeo::FDO::Common::DictionaryElement::set_Value String *  value  ) 
 

Sets the value of this dictionary element.

Parameters:
value Input the value of the dictionary element

Comments or suggestions? Send us feedback.