Table of Contents

Class ActionBuilder

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

Builds TypeScript code for ActionEndpoints.

public class ActionBuilder : BuilderBase<ActionEndpoint>, IBuilder<ActionEndpoint>, IBuilder
Inheritance
object
ActionBuilder
Implements
Inherited Members

Methods

GetBaseType(ActionEndpoint, IEndpointGenerator)

Returns the TypedRest type the endpoint derives from.

protected override TsIdentifier GetBaseType(ActionEndpoint endpoint, IEndpointGenerator generator)

Parameters

endpoint ActionEndpoint
generator IEndpointGenerator

Returns

TsIdentifier