FDO API Reference Feature Data Objects

FdoNetworkLinkFeatureClass Class Reference

#include <NetworkLinkFeatureClass.h>

Inherits FdoNetworkFeatureClass.

Inheritance diagram for FdoNetworkLinkFeatureClass:

Inheritance graph
[legend]
List of all members.

Detailed Description

FdoNetworkLinkFeature derives from FdoNetworkFeature and can be used to represent a logical link feature.

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 37 of file NetworkLinkFeatureClass.h.


Public Member Functions

virtual void _writeXml (FdoSchemaXmlContext *pContext)
 Serialize this property to XML.
virtual FDO_API FdoClassType GetClassType ()
 Gets the concrete class type.
FDO_API FdoAssociationPropertyDefinitionGetEndNodeProperty ()
 Gets a reference to the end node property.
FDO_API FdoAssociationPropertyDefinitionGetStartNodeProperty ()
 Gets a reference to the start node property.
virtual void InitFromXml (const FdoString *classTypeName, FdoSchemaXmlContext *pContext, FdoXmlAttributeCollection *attrs)
 Initialize this property from its XML attributes.
virtual void Set (FdoClassDefinition *pClass, FdoSchemaXmlContext *pContext)
 Update this property from the given property.
FDO_API void SetEndNodeProperty (FdoAssociationPropertyDefinition *value)
 Sets a reference to the end node property.
FDO_API void SetStartNodeProperty (FdoAssociationPropertyDefinition *value)
 Sets a reference to the start node property.
virtual FdoBoolean XmlEndElement (FdoXmlSaxContext *context, FdoString *uri, FdoString *name, FdoString *qname)
 Element end.
virtual FdoXmlSaxHandlerXmlStartElement (FdoXmlSaxContext *context, FdoString *uri, FdoString *name, FdoString *qname, FdoXmlAttributeCollection *atts)

Static Public Member Functions

static FDO_API FdoNetworkLinkFeatureClassCreate (FdoString *name, FdoString *description)
 Constructs an instance of an FdoNetworkLinkFeatureClass using the specified arguments.
static FDO_API FdoNetworkLinkFeatureClassCreate ()
 Constructs a default instance of an FdoNetworkLinkFeatureClass.

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

Protected Attributes

FdoAssociationPropertyDefinitionm_endNodeFeatureCHANGED
FdoAssociationPropertyDefinitionm_startNodeFeatureCHANGED

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