| FDO API Reference | Feature Data Objects |
#include <NetworkLinkFeatureClass.h>
Inherits FdoNetworkFeatureClass.
Inheritance diagram for FdoNetworkLinkFeatureClass:
Definition at line 37 of file NetworkLinkFeatureClass.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 FdoAssociationPropertyDefinition * | GetEndNodeProperty () |
| Gets a reference to the end node property. | |
| FDO_API FdoAssociationPropertyDefinition * | GetStartNodeProperty () |
| Gets a reference to the start node property. | |
| 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 | |
| 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 FdoXmlSaxHandler * | XmlStartElement (FdoXmlSaxContext *context, FdoString *uri, FdoString *name, FdoString *qname, FdoXmlAttributeCollection *atts) |
Static Public Member Functions | |
| FDO_API FdoNetworkLinkFeatureClass * | Create (FdoString *name, FdoString *description) |
| Constructs an instance of an FdoNetworkLinkFeatureClass using the specified arguments. | |
| FDO_API FdoNetworkLinkFeatureClass * | Create () |
| 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 | |
| FdoAssociationPropertyDefinition * | m_endNodeFeatureCHANGED |
| FdoAssociationPropertyDefinition * | m_startNodeFeatureCHANGED |
|
|
Constructs a default instance of an FdoNetworkLinkFeatureClass.
|
|
||||||||||||
|
Constructs an instance of an FdoNetworkLinkFeatureClass using the specified arguments.
|
|
|
|
|
|
Reimplemented from FdoNetworkFeatureClass. |
|
|
Reimplemented from FdoNetworkFeatureClass. |
|
|
Reimplemented from FdoNetworkFeatureClass. |
|
|
Reimplemented from FdoNetworkFeatureClass. |
|
|
FdoFeatureSchema::RejectChanges() support.
Reimplemented from FdoNetworkFeatureClass. |
|
|
Serialize this property to XML.
Reimplemented from FdoNetworkFeatureClass. |
|
|
Reimplemented from FdoNetworkFeatureClass. |
|
||||||||||||
|
Constructs an instance of an FdoNetworkLinkFeatureClass using the specified arguments.
Reimplemented from FdoFeatureClass. |
|
|
Constructs a default instance of an FdoNetworkLinkFeatureClass.
Reimplemented from FdoFeatureClass. |
|
|
Dispose this object.
Reimplemented from FdoFeatureClass. |
|
|
Gets the concrete class type.
Reimplemented from FdoFeatureClass. |
|
|
Gets a reference to the end node property.
|
|
|
Gets a reference to the start node property.
|
|
||||||||||||||||
|
Initialize this property from its XML attributes.
Reimplemented from FdoFeatureClass. |
|
||||||||||||
|
DOXYGEN-IGNORE
Reimplemented from FdoNetworkFeatureClass. |
|
|
Sets a reference to the end node property.
|
|
|
Sets a reference to the start node property.
|
|
||||||||||||||||||||
|
Element end.
Reimplemented from FdoNetworkFeatureClass. |
|
||||||||||||||||||||||||
|
Handle sub-elements such as properties Element start Reimplemented from FdoNetworkFeatureClass. |
|
|
Definition at line 173 of file NetworkLinkFeatureClass.h. |
|
|
Definition at line 172 of file NetworkLinkFeatureClass.h. |
| Comments or suggestions? Send us feedback. |