Click or drag to resize

xPathQueryCollection Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelCollectionxPathQueryCache
    System.Collections.ObjectModelObservableCollectionxPathQueryCache
      aceCollectionxPathQueryCache
        aceDictionaryCollectionxPathQueryCache
          imbACE.Core.xml.queryxPathQueryCollection

Namespace:  imbACE.Core.xml.query
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public class xPathQueryCollection : aceDictionaryCollection<xPathQueryCache>
Request Example View Source

The xPathQueryCollection type exposes the following members.

Constructors
  NameDescription
Public methodxPathQueryCollection
Initializes a new instance of the xPathQueryCollection class
Top
Properties
  NameDescription
Public propertyIsReadOnly (Inherited from aceDictionaryCollectionxPathQueryCache.)
Public propertyItem (Inherited from aceDictionaryCollectionxPathQueryCache.)
Public propertyKeys (Inherited from aceDictionaryCollectionxPathQueryCache.)
Public propertyValues (Inherited from aceDictionaryCollectionxPathQueryCache.)
Public propertyxmlNamespace
podesavanja za namespace
Top
Methods
  NameDescription
Public method_autoInit (Inherited from aceCollectionxPathQueryCache.)
Public methodAdd(KeyValuePairString, UTP) (Inherited from aceDictionaryCollectionxPathQueryCache.)
Public methodAdd(String, UTP) (Inherited from aceDictionaryCollectionxPathQueryCache.)
Public methodAny (Inherited from aceCollectionxPathQueryCache.)
Public methodContains (Inherited from aceDictionaryCollectionxPathQueryCache.)
Public methodContainsKey (Inherited from aceDictionaryCollectionxPathQueryCache.)
Public methodCopyTo (Inherited from aceDictionaryCollectionxPathQueryCache.)
Public methodGetEnumerator (Inherited from aceDictionaryCollectionxPathQueryCache.)
Public methodRemove(KeyValuePairString, UTP) (Inherited from aceDictionaryCollectionxPathQueryCache.)
Public methodRemove(String) (Inherited from aceDictionaryCollectionxPathQueryCache.)
Public methodTryGetValue (Inherited from aceDictionaryCollectionxPathQueryCache.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from aceCollectionxPathQueryCache.)
Top
Extension Methods
  NameDescription
Public Extension MethodaceGenEx (Defined by aceExceptionTools.)
Public Extension MethodaceSciEx (Defined by aceExceptionTools.)
Top
See Also