Interface IFdoSchemaCapabilities
Describes the schema capabilities of the FDO provider
Namespace: OSGeo.MapGuide.ObjectModels.Capabilities
Assembly: OSGeo.MapGuide.ObjectModels.dll
Syntax
public interface IFdoSchemaCapabilities
Properties
| Improve this Doc View SourceSupportedClassTypes
The array of supported class definition types
Declaration
string[] SupportedClassTypes { get; }
Property Value
Type | Description |
---|---|
System.String[] |
SupportedDataTypes
The array of supported data types
Declaration
string[] SupportedDataTypes { get; }
Property Value
Type | Description |
---|---|
System.String[] |
SupportsAssociationProperties
Indicates if association properties are supported
Declaration
bool SupportsAssociationProperties { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
SupportsInheritance
Indicates if inheritance is supported
Declaration
bool SupportsInheritance { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
SupportsMultipleSchemas
Indicates if multiple-schemas is supported
Declaration
bool SupportsMultipleSchemas { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
SupportsNetworkModel
Indicates if network model is supported
Declaration
bool SupportsNetworkModel { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
SupportsObjectProperties
Indicates if object properties is supported
Declaration
bool SupportsObjectProperties { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
SupportsSchemaOverrides
Indicates if schema overrides is supported
Declaration
bool SupportsSchemaOverrides { get; }
Property Value
Type | Description |
---|---|
System.Boolean |