Show / Hide Table of Contents

Interface IAllowRESTParameters

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

Methods

WithParameters(Object)

Declaration
IAllowRESTScript WithParameters(object parameters)
Parameters
Type Name Description
System.Object parameters
Returns
Type Description
IAllowRESTScript

WithParameters(Object[])

Declaration
IAllowRESTScript WithParameters(params object[] parameters)
Parameters
Type Name Description
System.Object[] parameters
Returns
Type Description
IAllowRESTScript
In This Article
Back to top Generated by DocFX