FDO API Reference Feature Data Objects
Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members

FdoNetworkLayerClass Class Reference

#include <NetworkLayerClass.h>

Inherits FdoClassDefinition.

Inheritance diagram for FdoNetworkLayerClass:

[legend]
List of all members.

Detailed Description

FdoNetworkLayerClass derives from FdoClassDefinition and can be used to represent a network layer.

Note:
This Help topic is provided for informational use only. There is no interface or support provided. Autodesk reserves the right to change the software related to the content herein.

Definition at line 36 of file NetworkLayerClass.h.


Public Member Functions

virtual void _writeXml (FdoSchemaXmlContext *pContext)
 Serialize this property to XML.
virtual FDO_API FdoClassType GetClassType ()
 Gets the concrete class type.
virtual void InitFromXml (FdoString *classTypeName, 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.

Static Public Member Functions

FDO_API FdoNetworkLayerClassCreate (FdoString *name, FdoString *description)
 Constructs an instance of an FdoNetworkLayerClass using the specified arguments.
FDO_API FdoNetworkLayerClassCreate ()
 Constructs a default instance of an FdoNetworkLayerClass.

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.
 FdoNetworkLayerClass (FdoString *name, FdoString *description)
 Constructs an instance of an FdoNetworkLayerClass using the specified arguments.
 FdoNetworkLayerClass ()
 Constructs a default instance of an FdoNetworkLayerClass.
virtual ~FdoNetworkLayerClass ()

Constructor & Destructor Documentation

FdoNetworkLayerClass::FdoNetworkLayerClass  )  [protected]
 

Constructs a default instance of an FdoNetworkLayerClass.

FdoNetworkLayerClass::FdoNetworkLayerClass FdoString name,
FdoString description
[protected]
 

Constructs an instance of an FdoNetworkLayerClass using the specified arguments.

virtual FdoNetworkLayerClass::~FdoNetworkLayerClass  )  [protected, virtual]
 


Member Function Documentation

virtual void FdoNetworkLayerClass::_AcceptChanges  )  [protected, virtual]
 

Reimplemented from FdoClassDefinition.

virtual void FdoNetworkLayerClass::_BeginChangeProcessing  )  [protected, virtual]
 

Reimplemented from FdoClassDefinition.

virtual void FdoNetworkLayerClass::_EndChangeProcessing  )  [protected, virtual]
 

Reimplemented from FdoClassDefinition.

virtual void FdoNetworkLayerClass::_RejectChanges  )  [protected, virtual]
 

Reimplemented from FdoClassDefinition.

virtual void FdoNetworkLayerClass::_StartChanges  )  [protected, virtual]
 

FdoFeatureSchema::RejectChanges() support.

Reimplemented from FdoClassDefinition.

virtual void FdoNetworkLayerClass::_writeXml FdoSchemaXmlContext *  pContext  )  [virtual]
 

Serialize this property to XML.

Reimplemented from FdoClassDefinition.

FDO_API FdoNetworkLayerClass* FdoNetworkLayerClass::Create FdoString name,
FdoString description
[static]
 

Constructs an instance of an FdoNetworkLayerClass using the specified arguments.

Parameters:
name Input name
description Input description
Returns:
Returns FdoNetworkLayerClass

FDO_API FdoNetworkLayerClass* FdoNetworkLayerClass::Create  )  [static]
 

Constructs a default instance of an FdoNetworkLayerClass.

Returns:
Returns FdoNetworkLayerClass

virtual void FdoNetworkLayerClass::Dispose  )  [protected, virtual]
 

Dispose this object.

Returns:
Returns nothing

Implements FdoIDisposable.

virtual FDO_API FdoClassType FdoNetworkLayerClass::GetClassType  )  [virtual]
 

Gets the concrete class type.

Returns:
Returns class type

Reimplemented from FdoClassDefinition.

virtual void FdoNetworkLayerClass::InitFromXml FdoString classTypeName,
FdoSchemaXmlContext *  pContext,
FdoXmlAttributeCollection attrs
[virtual]
 

Initialize this property from its XML attributes.

Reimplemented from FdoClassDefinition.

virtual void FdoNetworkLayerClass::Set FdoClassDefinition pClass,
FdoSchemaMergeContext pContext
[virtual]
 

DOXYGEN-IGNORE Public non-API functions for XML and Schema Merge support Update this property from the given property.

Reimplemented from FdoClassDefinition.


The documentation for this class was generated from the following file:
Comments or suggestions? Send us feedback.