ISharedAdhocPlugins

Assembly: Fore;

Description

The ISharedAdhocPlugins interface is used to work with the collection of plugins connected in the Dashboards tool.

Inheritance Hierarchy

          ISharedAdhocPlugins

Comments

To work with a separate plugin from the collection, use the ISharedAdhocPlugin interface.

Properties

  Property name Brief description
Count The Count property returns the number of plugins in collection.
Item The Item property returns the specified plugin from collection.

Methods

  Method name Brief description
Add The Add method adds a new plugin to the collection.
Clear The Clear method deletes all plugins from the collection.
FindById The FindById method finds the plugin by its identifier.
FindByKey The FindByKey method searches for the plugin with the specified key.
Remove The Remove method removes the specified plugin from collection.
RemoveByKey The RemoveByKey method removes the plugin with a specified key from a collection.

See also:

Fore Assembly Interfaces