IForeSubParams

Assembly: Fore;

Description

The IForeSubParams interface is used to manage parameters of procedures/functions/constructors that are implemented in repository assemblies.

Inheritance Hierarchy

IForeSubParams

Comments

The collection of parameters can be obtained using the IForeSub.Params property.

Properties

  Property name Brief description
Count The Count property returns the number of parameters in the collection.

Methods

  Method name Brief description
Item The Item method returns a parameter by index.
ParamByName The Item method returns a parameter by name.

See also:

Fore Assembly Interfaces