Show / Hide Table of Contents

Interface IAllowParameters

Namespace: GenerallyPositive
Assembly: GPAL.dll
Syntax
public interface IAllowParameters

Properties

ClearParameters

Declaration
IAllowParameters ClearParameters { get; }
Property Value
Type Description
IAllowParameters

Methods

WithParameter(String)

Declaration
IAllowParametersAndActions WithParameter(string parameter)
Parameters
Type Name Description
System.String parameter
Returns
Type Description
IAllowParametersAndActions

WithParameterGrid(IGPALGrid<String>)

Declaration
IAllowParametersAndActions WithParameterGrid(IGPALGrid<string> parameter)
Parameters
Type Name Description
IGPALGrid<System.String> parameter
Returns
Type Description
IAllowParametersAndActions
In This Article
Back to top Generated by DocFX