FDO API Reference Feature Data Objects

FdoDictionaryElement Class Reference

#include <DictionaryElement.h>

Inherits FdoDisposable.

Inherited by FdoXmlAttribute.

Inheritance diagram for FdoDictionaryElement:

Inheritance graph
[legend]
List of all members.

Detailed Description

FdoDictionaryElement is an element in a FdoDictionary. It consists of a name-value pair.

Definition at line 27 of file DictionaryElement.h.


Public Member Functions

virtual FDO_API_COMMON FdoBoolean CanSetName ()
 Indicates that this object does not allow its name to change. Not allowing name change allows more efficient random access to FdoDictionary.
virtual FDO_API_COMMON FdoStringGetName ()
 Gets the name of this element.
virtual FDO_API_COMMON FdoStringGetValue ()
 Gets the value of this dictionary element.
virtual FDO_API_COMMON void SetValue (FdoString *value)
 Sets the value of this dictionary element.

Static Public Member Functions

static FDO_API_COMMON FdoDictionaryElementCreate (FdoString *name, FdoString *value)
 Constructs and initializes a a FdoDictionaryElement.

Protected Member Functions

FDO_API_COMMON FdoDictionaryElement (FdoString *name, FdoString *value)
 Constructs an instance of a FdoDictionaryElement using the specified arguments.
FDO_API_COMMON FdoDictionaryElement ()
 Constructs a default instance of a FdoDictionaryElement.
virtual FDO_API_COMMON ~FdoDictionaryElement ()

The documentation for this class was generated from the following file:
Comments or suggestions? Send us feedback.