Interface IAllowParameters
Assembly: GPAL.dll
Syntax
public interface IAllowParameters
Properties
ClearParameters
Declaration
IAllowParameters ClearParameters { get; }
Property Value
Methods
WithParameter(String)
Declaration
IAllowParametersAndActions WithParameter(string parameter)
Parameters
| Type |
Name |
Description |
| System.String |
parameter |
|
Returns
WithParameterGrid(IGPALGrid<String>)
Declaration
IAllowParametersAndActions WithParameterGrid(IGPALGrid<string> parameter)
Parameters
| Type |
Name |
Description |
| IGPALGrid<System.String> |
parameter |
|
Returns