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
-
objectCollectionBuilder
- 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
TypeName
The name of the TypedRest type creating its element endpoints itself, e.g. CollectionEndpoint.
protected override string TypeName { get; }