FDO .NET API Reference Feature Data Objects

OSGeo::FDO::Schema::SchemaElement Class Reference
[OSGeo::FDO::Schema]

Inherits OSGeo::FDO::Common::Xml::XmlSaxHandler.

Inherited by OSGeo::FDO::Schema::ClassDefinition, OSGeo::FDO::Schema::FeatureSchema, and OSGeo::FDO::Schema::PropertyDefinition.

Inheritance diagram for OSGeo::FDO::Schema::SchemaElement:

Inheritance graph
[legend]
List of all members.

Detailed Description

SchemaElement is an abstract class that acts as a base class for all classes in the Schema package.

()

Definition at line 33 of file mgSchemaElement.h.


Public Member Functions

System::Void Delete ()
 Marks the schema element for deletion by setting the element state to SchemaElementState_Deleted. If the schema elements current state is SchemaElementState_Added then the element is physically removed. If the current state is SchemaElementState_Detached this method does nothing.
__property OSGeo::FDO::Schema::SchemaAttributeDictionaryget_Attributes ()
 Gets an SchemaAttributeDictionary that contains the attributes associated with this SchemaElement.
__property System::Boolean get_CanSetName ()
 Indicates whether the name of the Element can be changed once it has been created.
__property System::String * get_Description ()
 Gets the description of the schema object.
__property OSGeo::FDO::Schema::SchemaElementState get_ElementState ()
 Returns the current state of the schema element.
__property OSGeo::FDO::Schema::FeatureSchemaget_FeatureSchema ()
 Gets the FeatureSchema this object is a part of. Returns null if this object has not been added to a feature schema.
__property System::String * get_Name ()
 Gets the name of the schema object.
__property OSGeo::FDO::Schema::SchemaElementget_Parent ()
 Gets the parent of this SchemaElement or null if this object has not been added to a parent object.
__property System::String * get_QualifiedName ()
 Gets the fully qualified name of this schema element.
 SchemaElement (System::IntPtr unmanaged, System::Boolean autoDelete)
 Constructs a SchemaElement object based on an unmanaged instance of the object.
__property System::Void set_Description (System::String *value)
 Sets the description of the schema object.
__property System::Void set_Name (System::String *value)
 Sets the name of the schema object.

Comments or suggestions? Send us feedback.