Table of Contents

Class FunctionBuilder

Namespace
TypedRest.CodeGeneration.TypeScript.Endpoints.Rpc
Assembly
TypedRest.CodeGeneration.TypeScript.dll

Builds TypeScript code for FunctionEndpoints.

public class FunctionBuilder : BuilderBase<FunctionEndpoint>, IBuilder<FunctionEndpoint>, IBuilder
Inheritance
object
FunctionBuilder
Implements
Inherited Members

Methods

GetBaseType(FunctionEndpoint, IEndpointGenerator)

Returns the TypedRest type the endpoint derives from.

protected override TsIdentifier GetBaseType(FunctionEndpoint endpoint, IEndpointGenerator generator)

Parameters

endpoint FunctionEndpoint
generator IEndpointGenerator

Returns

TsIdentifier