Table of Contents

Class ProducerBuilder

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

Builds TypeScript code for ProducerEndpoints.

public class ProducerBuilder : BuilderBase<ProducerEndpoint>, IBuilder<ProducerEndpoint>, IBuilder
Inheritance
object
ProducerBuilder
Implements
Inherited Members

Methods

GetBaseType(ProducerEndpoint, IEndpointGenerator)

Returns the TypedRest type the endpoint derives from.

protected override TsIdentifier GetBaseType(ProducerEndpoint endpoint, IEndpointGenerator generator)

Parameters

endpoint ProducerEndpoint
generator IEndpointGenerator

Returns

TsIdentifier