IForeNETMethodParam

Assembly: ForeNet;

Namespace: Prognoz.Platform.Interop.ForeNet;

Description

The IForeNETMethodParam interface is used to work with a parameter of custom .NET method.

Inheritance Hierarchy

IForeNETMethodParam

Comments

Parameter of the custom .NET method can be obtained using the IForeNETMethodParams.Item property.

Properties

  Property name Brief description
Name The Name property returns a name of the parameter.
Type The Type property returns the type of value that can be set in the parameter.

See also:

ForeNet Assembly Interfaces