FDO API Reference | Feature Data Objects |
#include <DictionaryElement.h>
Inherits FdoDisposable.
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 | |
FDO_API_COMMON FdoDictionaryElement * | Create (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 () |
Friends | |
class | FdoCommonInternal |
|
Constructs a default instance of a FdoDictionaryElement.
Definition at line 86 of file DictionaryElement.h. References FDO_API_COMMON. |
|
Constructs an instance of a FdoDictionaryElement using the specified arguments.
|
|
Definition at line 93 of file DictionaryElement.h. References FDO_API_COMMON. |
|
Indicates that this object does not allow its name to change. Not allowing name change allows more efficient random access to FdoDictionary.
Definition at line 62 of file DictionaryElement.h. References FDO_API_COMMON, and FdoBoolean. |
|
Constructs and initializes a a FdoDictionaryElement.
|
|
Gets the name of this element.
|
|
Gets the value of this dictionary element.
|
|
Sets the value of this dictionary element.
|
|
Reimplemented in FdoXmlAttribute. Definition at line 29 of file DictionaryElement.h. |
Comments or suggestions? Send us feedback. |