Table of Contents

Class ElementBuilder

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

Builds TypeScript code for ElementEndpoints.

public class ElementBuilder : BuilderBase<ElementEndpoint>, IBuilder<ElementEndpoint>, IBuilder
Inheritance
object
ElementBuilder
Implements
Inherited Members

Methods

GetBaseType(ElementEndpoint, IEndpointGenerator)

Returns the TypedRest type the endpoint derives from.

protected override TsIdentifier GetBaseType(ElementEndpoint endpoint, IEndpointGenerator generator)

Parameters

endpoint ElementEndpoint
generator IEndpointGenerator

Returns

TsIdentifier