| FDO API Reference | Feature Data Objects |
#include <NetworkClass.h>
Inherits FdoClassDefinition.
Inheritance diagram for FdoNetworkClass:
Definition at line 42 of file NetworkClass.h.
Public Member Functions | |
| virtual void | _writeXml (FdoSchemaXmlContext *pContext) |
| Serialize this property to XML. | |
| virtual void | CheckReferences (FdoSchemaMergeContext *pContext) |
| virtual FDO_API FdoClassType | GetClassType () |
| Gets the concrete class type. | |
| FDO_API FdoNetworkLayerClass * | GetLayerClass () |
| Gets a reference to the layer class. | |
| virtual void | InitFromXml (FdoString *propertyTypeName, FdoSchemaXmlContext *pContext, FdoXmlAttributeCollection *attrs) |
| Initialize this property from its XML attributes. | |
| virtual void | Set (FdoClassDefinition *pClass, FdoSchemaMergeContext *pContext) |
| DOXYGEN-IGNORE Public non-API functions for XML and Schema Merge support Update this property from the given property. | |
| FDO_API void | SetLayerClass (FdoNetworkLayerClass *value) |
| Sets a reference to the layer class. The layer class is used to define the system layers ordered collection object property. | |
Static Public Member Functions | |
| FDO_API FdoNetworkClass * | Create (FdoString *name, FdoString *description) |
| Constructs an instance of an FdoNetworkClass using the specified arguments. | |
| FDO_API FdoNetworkClass * | Create () |
| Constructs a default instance of an FdoNetworkClass. | |
Protected Member Functions | |
| virtual void | _AcceptChanges () |
| virtual void | _BeginChangeProcessing () |
| virtual void | _EndChangeProcessing () |
| virtual void | _RejectChanges () |
| virtual void | _StartChanges () |
| FdoFeatureSchema::RejectChanges() support. | |
| virtual void | Dispose () |
| Dispose this object. | |
| FdoNetworkClass (FdoString *name, FdoString *description) | |
| Constructs an instance of an FdoNetworkClass using the specified arguments. | |
| FdoNetworkClass () | |
| Constructs a default instance of an FdoNetworkClass. | |
| virtual | ~FdoNetworkClass () |
Protected Attributes | |
| FdoNetworkLayerClass * | m_layerClassCHANGED |
|
|
Constructs a default instance of an FdoNetworkClass.
|
|
||||||||||||
|
Constructs an instance of an FdoNetworkClass using the specified arguments.
|
|
|
|
|
|
Reimplemented from FdoClassDefinition. |
|
|
Reimplemented from FdoClassDefinition. |
|
|
Reimplemented from FdoClassDefinition. |
|
|
Reimplemented from FdoClassDefinition. |
|
|
FdoFeatureSchema::RejectChanges() support.
Reimplemented from FdoClassDefinition. |
|
|
Serialize this property to XML.
Reimplemented from FdoClassDefinition. |
|
|
Reimplemented from FdoClassDefinition. |
|
||||||||||||
|
Constructs an instance of an FdoNetworkClass using the specified arguments.
|
|
|
Constructs a default instance of an FdoNetworkClass.
|
|
|
Dispose this object.
Implements FdoIDisposable. |
|
|
Gets the concrete class type.
Reimplemented from FdoClassDefinition. |
|
|
Gets a reference to the layer class.
|
|
||||||||||||||||
|
Initialize this property from its XML attributes.
Reimplemented from FdoClassDefinition. |
|
||||||||||||
|
DOXYGEN-IGNORE Public non-API functions for XML and Schema Merge support Update this property from the given property.
Reimplemented from FdoClassDefinition. |
|
|
Sets a reference to the layer class. The layer class is used to define the system layers ordered collection object property.
|
|
|
Definition at line 135 of file NetworkClass.h. |
| Comments or suggestions? Send us feedback. |