Table of Contents

Interface IBuilder

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

Builds C# code snippets for a specific type of IEndpoint.

public interface IBuilder

Methods

Build(string, IEndpoint, IEndpointGenerator)

(CSharpProperty property, IEnumerable<ICSharpType> types) Build(string key, IEndpoint endpoint, IEndpointGenerator generator)

Parameters

key string
endpoint IEndpoint
generator IEndpointGenerator

Returns

(CSharpProperty property, IEnumerable<ICSharpType> types)