IForeMethods

Description

The IForeMethods interface contains properties and methods used to work with collection of the custom methods.

Comments

Custom methods contained in the given collection are available for using in all time series databases and modeling containers.

Properties

  Property name Brief description
Count The Count property returns the number of methods in the collection.
Item The Item property returns a method from the collection by its index.

Methods

  Method name Brief description
Add The Add method adds a custom method into the collection.
Clear The Clear property clears the custom methods collection.
FindByKey The FindByKey method searches the custom method in the collection by its key.
Remove The Remove method removes a custom method from the collection by its index.
RemoveByKey The RemoveByKey method removes a custom method from the collection by its key.

See also:

Fore Assembly Interfaces