FDO .NET API Reference | Feature Data Objects |
Inheritance diagram for OSGeo::FDO::Schema::SchemaAttributeDictionary:
Public Member Functions | |
System::Void | Add (System::String *name, System::String *value) |
Adds the specified attribute with the specified value to the dictionary. | |
System::Void | Clear () |
Clears all attributes and values from the dictionary. | |
System::Boolean | ContainsAttribute (System::String *name) |
Returns true if the dictionary contains the specified attribute. | |
__property System::String * | get_AttributeNames ()[] |
Gets an array containing all of the attribute names in the dictionary. | |
__property System::Int32 | get_Count () |
Gets the number of attributes in the dictionary. | |
System::String * | GetAttributeValue (System::String *name) |
Gets the value of the specified attribute. | |
System::Void | Remove (System::String *name) |
Removes the specified attribute and its value from the dictionary. | |
SchemaAttributeDictionary (System::IntPtr unmanaged, System::Boolean autoDelete) | |
Constructs a SchemaAttributeDictionary object based on an unmanaged instance of the object. | |
System::Void | SetAttributeValue (System::String *name, System::String *value) |
Sets the value of the specified attribute. | |
Protected Member Functions | |
System::Void | ReleaseUnmanagedObject () |
DOXYGEN-IGNORE |
|
Constructs a SchemaAttributeDictionary object based on an unmanaged instance of the object.
|
|
Adds the specified attribute with the specified value to the dictionary.
|
|
Clears all attributes and values from the dictionary.
|
|
Returns true if the dictionary contains the specified attribute.
|
|
Gets an array containing all of the attribute names in the dictionary.
|
|
Gets the number of attributes in the dictionary.
|
|
Gets the value of the specified attribute.
|
|
DOXYGEN-IGNORE
Reimplemented from OSGeo::FDO::Common::Xml::XmlSaxHandler. |
|
Removes the specified attribute and its value from the dictionary.
|
|
Sets the value of the specified attribute.
|
Comments or suggestions? Send us feedback. |