FDO API Reference | Feature Data Objects |
#include <Class.h>
Inherits FdoClassDefinition.
Inheritance diagram for FdoClass:
Definition at line 36 of file Class.h.
Public Member Functions | |
virtual void | _writeXml (FdoSchemaXmlContext *pContext) |
Serializes this class to XML. | |
virtual FDO_API FdoClassType | GetClassType () |
Gets the concrete class type. | |
virtual void | InitFromXml (const FdoString *classTypeName, FdoSchemaXmlContext *pContext, FdoXmlAttributeCollection *attrs) |
DOXYGEN-IGNORE Public non-API functions for XML support Initialize this class from its XML attributes | |
Static Public Member Functions | |
FDO_API FdoClass * | Create (FdoString *name, FdoString *description) |
Constructs an instance of an FdoClass using the specified arguments. | |
FDO_API FdoClass * | Create () |
Constructs a default instance of an FdoClass. | |
Protected Member Functions | |
virtual void | Dispose () |
Dispose this object. | |
FdoClass (FdoString *name, FdoString *description) | |
Constructs an instance of an FdoClass using the specified arguments. | |
FdoClass () | |
Constructs a default instance of an FdoClass. | |
virtual | ~FdoClass () |
|
Constructs a default instance of an FdoClass.
|
|
Constructs an instance of an FdoClass using the specified arguments.
|
|
|
|
Serializes this class to XML.
Reimplemented from FdoClassDefinition. |
|
Constructs an instance of an FdoClass using the specified arguments.
|
|
Constructs a default instance of an FdoClass.
|
|
Dispose this object.
Implements FdoIDisposable. |
|
Gets the concrete class type.
Reimplemented from FdoClassDefinition. |
|
DOXYGEN-IGNORE Public non-API functions for XML support Initialize this class from its XML attributes
Reimplemented from FdoClassDefinition. |
Comments or suggestions? Send us feedback. |