FDO .NET API Reference Feature Data Objects
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

OSGeo::FDO::Commands::Schema::IDestroySchemaImp Class Reference

Inherits OSGeo::FDO::Commands::ICommandImp, and OSGeo::FDO::Commands::Schema::OSGeo::FDO::Commands::Schema::IDestroySchema.

Inheritance diagram for OSGeo::FDO::Commands::Schema::IDestroySchemaImp:

[legend]
List of all members.

Detailed Description

The IDestroySchemaImp class is a concrete implementation of IDestroySchema. The IDestroySchema interface defines the DestroySchema command, which destroys a schema definition, including all class definitions, relationship definitions, and instance data within it. If elements in other schemas refer to the schema to be destroyed command, execution will fail. Input to the delete schema command is the name of the schema to be destroyed.


Public Member Functions

System::Void Execute ()
 Executes the destroy schema command, which removes the schema, class definitions, relation definitions, and all instance data from the DataStore. If elements in other schemas refer to the schema to be destroyed an exception is thrown.
__property System::String * get_SchemaName ()
 Gets the name of the schema to destroy as a string.
__property System::Void set_SchemaName (System::String *value)
 Sets the name of the schema to destroy as a string.

Member Function Documentation

System::Void OSGeo::FDO::Commands::Schema::IDestroySchemaImp::Execute  ) 
 

Executes the destroy schema command, which removes the schema, class definitions, relation definitions, and all instance data from the DataStore. If elements in other schemas refer to the schema to be destroyed an exception is thrown.

Returns:
Returns nothing

__property System::String* OSGeo::FDO::Commands::Schema::IDestroySchemaImp::get_SchemaName  ) 
 

Gets the name of the schema to destroy as a string.

Returns:
Returns the name of the schema to destroy

__property System::Void OSGeo::FDO::Commands::Schema::IDestroySchemaImp::set_SchemaName System::String *  value  ) 
 

Sets the name of the schema to destroy as a string.

Parameters:
value Input the name of the schema to destroy
Returns:
Returns nothing

Comments or suggestions? Send us feedback.