INodeMap Interface

CVB.Net Documentation
Read-only dictionary holding all INodes of a device or module.

Namespace:  Stemmer.Cvb.GenApi
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public interface INodeMap : IDictionary<string, INode>, 
	ICollection<KeyValuePair<string, INode>>, IEnumerable<KeyValuePair<string, INode>>, 
	IEnumerable

The INodeMap type exposes the following members.

Properties

  NameDescription
Public propertyCount (Inherited from ICollectionKeyValuePairString, INode.)
Public propertyIsReadOnly (Inherited from ICollectionKeyValuePairString, INode.)
Public propertyItem
Indexer to retrieve a node with the given name from this node map.
Public propertyKeys (Inherited from IDictionaryString, INode.)
Public propertyModelName
Gets the name of the model that the XML description is for.
Public propertyModuleName
Gets the GenTL module name this node map refers to.
Public propertyTransportLayerNamespace
Gets the transport layer type of the device.
Public propertyValues (Inherited from IDictionaryString, INode.)
Public propertyVendorName
Gets the name of the vendor who created the XML description.
Public propertyXmlFileSchemaVersion
Gets the XML schema version.
Public propertyXmlFileVersion
Gets the XML version.
Top
Methods

  NameDescription
Public methodAdd(T) (Inherited from ICollectionKeyValuePairString, INode.)
Public methodAdd(TKey, TValue) (Inherited from IDictionaryString, INode.)
Public methodClear (Inherited from ICollectionKeyValuePairString, INode.)
Public methodContains (Inherited from ICollectionKeyValuePairString, INode.)
Public methodContainsKey (Inherited from IDictionaryString, INode.)
Public methodCopyTo (Inherited from ICollectionKeyValuePairString, INode.)
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableKeyValuePairString, INode.)
Public methodRemove(TKey) (Inherited from IDictionaryString, INode.)
Public methodRemove(T) (Inherited from ICollectionKeyValuePairString, INode.)
Public methodTryGetValue(TKey, TValue)
Gets the value associated with the specified key.
(Inherited from IDictionaryString, INode.)
Public methodTryGetValueTNode(String, TNode)
Tries to get the node with the given name.
Top
See Also

Reference