FunctionInfo Constructors
Provides information about a function listed in the Expression Editor.Name | Parameters | Description |
---|---|---|
FunctionInfo() | none | Initializes a new instance of the FunctionInfo class with the default settings. |
FunctionInfo(FunctionInfo) | other | Initializes a new instance of the FunctionInfo class with the specified prototype. |
FunctionInfo(ICustomFunctionOperator, String) | functionOperator, category | Initializes a new instance of the FunctionInfo class with the specified settings. |
FunctionInfo(ICustomFunctionOperator) | functionOperator | Initializes a new instance of the FunctionInfo class with the specified function operator. |
FunctionInfo(String) | category | Initializes a new instance of the FunctionInfo class with the specified category. |
See Also