Table of Contents

Class BlobBuilder

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

Builds TypeScript code for BlobEndpoints.

public class BlobBuilder : BuilderBase<BlobEndpoint>, IBuilder<BlobEndpoint>, IBuilder
Inheritance
object
BlobBuilder
Implements
Inherited Members

Methods

GetBaseType(BlobEndpoint, IEndpointGenerator)

Returns the TypedRest type the endpoint derives from.

protected override TsIdentifier GetBaseType(BlobEndpoint endpoint, IEndpointGenerator generator)

Parameters

endpoint BlobEndpoint
generator IEndpointGenerator

Returns

TsIdentifier