ReqRest
Show / Hide Table of Contents

Interface IBuilder

A marker interface which is used within this library to mark builder classes. Implementing this interface opens a set of generic extension methods which are useful for any kind of builder.

See the BuilderExtensions class for the available extension methods.

Namespace: ReqRest.Builders
Assembly: ReqRest.dll
Syntax
public interface IBuilder

Extension Methods

BuilderExtensions.Configure<T>(T, Action<T>)
BuilderExtensions.If<T>(T, Boolean, Action<T>)
BuilderExtensions.IfNot<T>(T, Boolean, Action<T>)

See Also

BuilderExtensions
Back to top Copyright © 2019 ReqRest - Generated with DocFX - Material Theme made by Oscar Vásquez - Impressum (Imprint)