Click or drag to resize

pluginStackCollection Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:imbWEM.Core.plugins.collections.pluginStackCollection"]

Inheritance Hierarchy
SystemObject
  System.Collections.ConcurrentConcurrentDictionaryplugInGroupEnum, aceConcurrentBagIPlugInCommonBase
    aceDictionarySetplugInGroupEnum, IPlugInCommonBase
      imbWEM.Core.plugins.collectionspluginStackCollection

Namespace:  imbWEM.Core.plugins.collections
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public class pluginStackCollection : aceDictionarySet<plugInGroupEnum, IPlugInCommonBase>

The pluginStackCollection type exposes the following members.

Constructors
  NameDescription
Public methodpluginStackCollection
Initializes a new instance of the pluginStackCollection class
Top
Properties
  NameDescription
Public propertyCount (Inherited from ConcurrentDictionaryplugInGroupEnum, aceConcurrentBagIPlugInCommonBase.)
Public propertyIsEmpty (Inherited from ConcurrentDictionaryplugInGroupEnum, aceConcurrentBagIPlugInCommonBase.)
Public propertyItem (Inherited from aceDictionarySetplugInGroupEnum, IPlugInCommonBase.)
Public propertyKeys (Inherited from ConcurrentDictionaryplugInGroupEnum, aceConcurrentBagIPlugInCommonBase.)
Public propertyValues (Inherited from ConcurrentDictionaryplugInGroupEnum, aceConcurrentBagIPlugInCommonBase.)
Top
Methods
  NameDescription
Public methodAdd(IPlugInCommonBase)
Public methodAdd(UTP, IEnumerableUTP) (Inherited from aceDictionarySetplugInGroupEnum, IPlugInCommonBase.)
Public methodAdd(UTP, UTP) (Inherited from aceDictionarySetplugInGroupEnum, IPlugInCommonBase.)
Public methodAddOrUpdate(TKey, FuncTKey, TValue, FuncTKey, TValue, TValue) (Inherited from ConcurrentDictionaryplugInGroupEnum, aceConcurrentBagIPlugInCommonBase.)
Public methodAddOrUpdate(TKey, TValue, FuncTKey, TValue, TValue) (Inherited from ConcurrentDictionaryplugInGroupEnum, aceConcurrentBagIPlugInCommonBase.)
Public methodAddUnique (Inherited from aceDictionarySetplugInGroupEnum, IPlugInCommonBase.)
Public methodClear (Inherited from ConcurrentDictionaryplugInGroupEnum, aceConcurrentBagIPlugInCommonBase.)
Public methodContainsKey (Inherited from ConcurrentDictionaryplugInGroupEnum, aceConcurrentBagIPlugInCommonBase.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from ConcurrentDictionaryplugInGroupEnum, aceConcurrentBagIPlugInCommonBase.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetOrAdd(TKey, FuncTKey, TValue) (Inherited from ConcurrentDictionaryplugInGroupEnum, aceConcurrentBagIPlugInCommonBase.)
Public methodGetOrAdd(TKey, TValue) (Inherited from ConcurrentDictionaryplugInGroupEnum, aceConcurrentBagIPlugInCommonBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInstallTo
Installs plugins from stack to the collection
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToArray (Inherited from ConcurrentDictionaryplugInGroupEnum, aceConcurrentBagIPlugInCommonBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodToString(builderForLog)
Public methodTryAdd (Inherited from ConcurrentDictionaryplugInGroupEnum, aceConcurrentBagIPlugInCommonBase.)
Public methodTryGetValue (Inherited from ConcurrentDictionaryplugInGroupEnum, aceConcurrentBagIPlugInCommonBase.)
Public methodTryRemove (Inherited from ConcurrentDictionaryplugInGroupEnum, aceConcurrentBagIPlugInCommonBase.)
Public methodTryUpdate
Compares the existing value for the specified key with a specified value, and if they are equal, updates the key with a third value.
(Inherited from ConcurrentDictionaryplugInGroupEnum, aceConcurrentBagIPlugInCommonBase.)
Top
See Also