C# Class DotNetWebSdkGeneration.Models.TypeScriptApiMethod

Inheritance: ILiquidizable
Show file Open project: lukeautry/DotNetWebSDK

Public Methods

Method Description
ToLiquid ( ) : object

Private Methods

Method Description
GetEndpointWithRouteParameters ( ) : string
GetFormattedArguments ( ) : string
GetFormattedData ( ) : string
GetFormattedEndpoint ( ) : string
IsLastIndex ( int i ) : bool
IsValidTypeForQueryString ( string type ) : bool
TypeScriptApiMethod ( string name, string url, string verb, IImmutableList arguments, string returnType ) : System.Collections.Immutable

Method Details

ToLiquid() public method

public ToLiquid ( ) : object
return object