FDO .NET API Reference Feature Data Objects

chm_usage_notes

Go to the documentation of this file.
00001 /*! \page page1 CHM Usage Notes
00002 The CHM has been created from .NET managed C++ header files using doxygen.
00003 \section interfaces Interface Classes
00004 \par
00005 In general an interface class name is prefixed by a capital I and does not end with 'Imp'. Those classes whose names are prefixed with a capital I and end with 'Imp' inherit from the interface class with the related name. For example, OSGeo::FDO::Commands::Locking::IAcquireLock is the name of an interface class, and OSGeo::FDO::Commands::Locking::IAcquireLockImp is the name of an implementation class which inherits from IAcquireLock.
00006 \par
00007 In the table of contents click Modules, click Interfaces and then click Classes to see the list of all of the interface classes.
00008 \par
00009 In the table of contents click Modules, click a namespace node and then click Interfaces to see the list of interfaces belonging to that namespace.
00010 \note
00011 To see the description of the interface class methods click on the inherited by link and on the page describing the implementation class scroll to the bottom.
00012 \section impclasses Implementation Classes
00013 \par
00014 Click on 'Class List' to see the list of implementation classes.
00015 \note
00016 You will also see the interface classes there as well.
00017 \section enums Enumerations
00018 \par
00019 In the table of contents click Modules, click Enums and click Enumerations to see the list of all of the enumerations.
00020 \par
00021 In the table of contents click Modules, click a namespace node and then click Enumerations to see the list of enumerations belonging to that namespace.
00022 \section namespaces Namespaces
00023 \par
00024 Click 'Namespace List' to see the list of namespaces and then click a namespace name to see a list of classes and interfaces contained in that namespace.
00025 */

Comments or suggestions? Send us feedback.