C# Class PlanGrid.Api.JsonConverters.PlanGridUrlParameterFormatter

Inheritance: IUrlParameterFormatter
Mostra file Open project: plangrid/plangrid-api-net

Public Methods

Method Description
Format ( object value, ParameterInfo parameterInfo ) : string
PlanGridUrlParameterFormatter ( ) : System.Collections.Generic

Method Details

Format() public method

public Format ( object value, ParameterInfo parameterInfo ) : string
value object
parameterInfo System.Reflection.ParameterInfo
return string

PlanGridUrlParameterFormatter() public method

public PlanGridUrlParameterFormatter ( ) : System.Collections.Generic
return System.Collections.Generic