IForeMethods

Assembly: Fore;

Namespace: Prognoz.Platform.Interop.KeFore;

Description

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

Inheritance Hierarchy

IForeMethods

Comments

Custom methods contained in the collection will be available for use in:

Properties

  Property name Brief description
Count Свойство Count возвращает количество пользовательских методов в коллекции.
Item Свойство Item возвращает параметры метода по его индексу.

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