Table of Contents

Class CollectionBuilder

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

Builds TypeScript code for CollectionEndpoints.

public class CollectionBuilder : CollectionBuilderBase<CollectionEndpoint>, IBuilder<CollectionEndpoint>, IBuilder
Inheritance
object
CollectionBuilder
Implements
Inherited Members

Properties

GenericTypeName

The name of the TypedRest type taking the element endpoint class as a constructor argument, e.g. GenericCollectionEndpoint.

protected override string GenericTypeName { get; }

Property Value

string

TypeName

The name of the TypedRest type creating its element endpoints itself, e.g. CollectionEndpoint.

protected override string TypeName { get; }

Property Value

string