IConfigurableNodeMap Interface

CVB.Net Documentation
An INodeMap that can be configured.

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

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

The IConfigurableNodeMap type exposes the following members.

Properties

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

  NameDescription
Public methodAdd(T) (Inherited from ICollectionKeyValuePairString, INode.)
Public methodAdd(T) (Inherited from ICollectionKeyValuePairString, IConfigurableNode.)
Public methodAdd(IConfigurableNode)
Adds the given node to this NodeMap.
Public methodAdd(TKey, TValue) (Inherited from IDictionaryString, INode.)
Public methodAdd(TKey, TValue) (Inherited from IDictionaryString, IConfigurableNode.)
Public methodClear (Inherited from ICollectionKeyValuePairString, INode.)
Public methodContains(T) (Inherited from ICollectionKeyValuePairString, INode.)
Public methodContains(T) (Inherited from ICollectionKeyValuePairString, IConfigurableNode.)
Public methodContainsKey (Inherited from IDictionaryString, INode.)
Public methodCopyTo(T, Int32) (Inherited from ICollectionKeyValuePairString, INode.)
Public methodCopyTo(T, Int32) (Inherited from ICollectionKeyValuePairString, IConfigurableNode.)
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 methodRemove(T) (Inherited from ICollectionKeyValuePairString, IConfigurableNode.)
Public methodRemove(IConfigurableNode)
Removes the node from this NodeMap.
Public methodTryGetValue(TKey, TValue)
Gets the value associated with the specified key.
(Inherited from IDictionaryString, INode.)
Public methodTryGetValue(TKey, TValue) (Inherited from IDictionaryString, IConfigurableNode.)
Public methodTryGetValueTNode(String, TNode)
Tries to get the node with the given name.
(Inherited from INodeMap.)
Top
See Also

Reference