| FDO API Reference | Feature Data Objects |
#include <DictionaryElement.h>
Inherited by FdoXmlAttribute.
Inheritance diagram for FdoDictionaryElement:

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 FdoString * | GetName () |
| Gets the name of this element. | |
| virtual FDO_API_COMMON FdoString * | GetValue () |
| 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 FdoDictionaryElement * | Create (FdoString *name, FdoString *value) |
| Constructs and initializes a a FdoDictionaryElement. | |
| Comments or suggestions? Send us feedback. |