FDO .NET API Reference | Feature Data Objects |
Inheritance diagram for OSGeo::FDO::Schema::ClassCapabilities:
Public Member Functions | |
ClassCapabilities (OSGeo::FDO::Schema::ClassDefinition *parent) | |
Constructs an ClassCapabilities instance. This function should only be called from an FDO Provider. | |
__property OSGeo::FDO::Commands::Locking::LockType | get_LockTypes ()[] |
Gets an array of LockType values supported by the feature provider. | |
__property OSGeo::FDO::Schema::ClassDefinition * | get_Parent () |
Gets the parent of this Class Capabilites object. | |
__property System::Boolean | get_SupportsLocking () |
Gets the locking support capability. | |
__property System::Boolean | get_SupportsLongTransactions () |
Gets the long transaction support capability. | |
__property System::Boolean | get_SupportsWrite () |
Returns true if the class supports write. | |
__property System::Void | set_LockTypes (OSGeo::FDO::Commands::Locking::LockType types[]) |
Sets the locking types support capability. This function should only be called from an FDO Provider. | |
__property System::Void | set_SupportsLocking (System::Boolean value) |
Sets the locking support capability. This function should only be called from an FDO Provider. | |
__property System::Void | set_SupportsLongTransactions (System::Boolean value) |
Sets the long transaction support capability. This function should only be called from an FDO Provider. | |
Protected Member Functions | |
System::Void | ReleaseUnmanagedObject () |
DOXYGEN-IGNORE |
|
Constructs an ClassCapabilities instance. This function should only be called from an FDO Provider.
|
|
Gets an array of LockType values supported by the feature provider.
|
|
Gets the parent of this Class Capabilites object.
|
|
Gets the locking support capability.
|
|
Gets the long transaction support capability.
|
|
Returns true if the class supports write.
|
|
DOXYGEN-IGNORE
Reimplemented from OSGeo::FDO::Runtime::Disposable. |
|
Sets the locking types support capability. This function should only be called from an FDO Provider.
|
|
Sets the locking support capability. This function should only be called from an FDO Provider.
|
|
Sets the long transaction support capability. This function should only be called from an FDO Provider.
|
Comments or suggestions? Send us feedback. |