Table of Contents

Class StreamingBuilder

Namespace
TypedRest.CodeGeneration.CSharp.Endpoints.Reactive
Assembly
TypedRest.CodeGeneration.CSharp.dll

Builds C# code snippets for StreamingEndpoints.

public class StreamingBuilder : BuilderBase<StreamingEndpoint>, IBuilder<StreamingEndpoint>, IBuilder
Inheritance
object
StreamingBuilder
Implements
Inherited Members

Methods

GetImplementationType(StreamingEndpoint, INamingStrategy)

protected override CSharpIdentifier GetImplementationType(StreamingEndpoint endpoint, INamingStrategy naming)

Parameters

endpoint StreamingEndpoint
naming INamingStrategy

Returns

CSharpIdentifier

GetParameters(StreamingEndpoint)

protected override IEnumerable<CSharpParameter> GetParameters(StreamingEndpoint endpoint)

Parameters

endpoint StreamingEndpoint

Returns

IEnumerable<CSharpParameter>