Method |
Description |
|
AddClass ( string schema, ClassDefinition cls ) : void |
|
|
AddClassesToSchema ( string schemaName, ClassCollection classCollection ) : string[] |
|
|
AddProperty ( string schema, string cls, PropertyDefinition prop ) : void |
|
|
AddSchema ( FeatureSchema schema ) : void |
|
|
AddSpatialContext ( SpatialContextInfo sc ) : void |
|
|
ClassNameExists ( string schema, string name ) : bool |
|
|
DeleteClass ( ClassDefinition classDefinition ) : void |
|
|
DeleteProperty ( PropertyDefinition propertyDefinition ) : void |
|
|
FindIncompatibilities ( ) : FdoToolbox.Core.Feature.IncompatibleSchema[] |
|
|
FixIncompatibilities ( ) : bool |
|
|
GenerateName ( string prefix ) : string |
|
|
GetSpatialContextNames ( ) : string[] |
|
|
IsSupportedClass ( ClassType classType ) : bool |
|
|
IsSupportedProperty ( PropertyType propertyType ) : bool |
|
|
PropertyNameExists ( string schema, string clsName, string name ) : bool |
|
|
RemoveSpatialContext ( SpatialContextInfo sc ) : void |
|
|
ResetCounter ( ) : void |
|
|
SaveAllSchemas ( ) : bool |
|
|
SaveSchema ( string schName ) : bool |
|
|
SaveSpatialContexts ( ) : bool |
|
|
SchemaNameExists ( string name ) : bool |
|
|
SetConfiguration ( FdoDataStoreConfiguration conf ) : void |
|
|
UndoSchemaChanges ( ) : void |
|
|
UpdateSpatialContext ( SpatialContextInfo sc ) : void |
|
|