Click or drag to resize

RegressionResponseBuilder Class

A builder class for creating immutable RegressionResponse objects e.g. for testing purposes.
Inheritance Hierarchy
SystemObject
  DegreeDays.Api.RegressionsRegressionResponseBuilder

Namespace: DegreeDays.Api.Regressions
Assembly: DegreeDays (in DegreeDays.dll) Version: 1.4
Syntax
public sealed class Builder

The RegressionResponseBuilder type exposes the following members.

Constructors
 NameDescription
Public methodRegressionResponseBuilderInitializes a new instance of the RegressionResponseBuilder class
Top
Methods
Thread Safety
Instances of this builder class are designed for single-threaded use only. It's fine to create and use instances in multiple concurrent threads, but, in the absence of external synchronization, the use of each individual builder instance should be restricted to one thread only.
Version History
VersionDescription
1.4 This was added in version 1.4.
See Also