Class ApiParameter<T>
Inheritance
ApiParameter<T>
Assembly: LemonEdge.ApiConnector.dll
Syntax
public class ApiParameter<T> : ApiParameter
Type Parameters
Constructors
ApiParameter(string, T, Func<T, string>)
Declaration
public ApiParameter(string key, T value, Func<T, string> converter = null)
Parameters
Properties
Converter
Declaration
public Func<T, string> Converter { get; }
Property Value
Value
Declaration
Property Value
Methods
InsertParameter(string)
Declaration
public override string InsertParameter(string apiQueryString)
Parameters
Type |
Name |
Description |
string |
apiQueryString |
|
Returns
Overrides
Extension Methods