C# Class RusticiSoftware.TinCanAPILibrary.Model.Score

Inheritance: IValidatable
Show file Open project: RusticiSoftware/TinCanAPILibraryCSharp

Public Methods

Method Description
Score ( ) : System

Empty constructor.

Score ( double scaled ) : System

Constructor

Score ( double raw, double min, double max ) : System

Constructor for raw score and the score range

Validate ( bool earlyReturnOnFailure ) : IEnumerable

Method Details

Score() public method

Empty constructor.
public Score ( ) : System
return System

Score() public method

Constructor
public Score ( double scaled ) : System
scaled double The value for scaled, the recommended property
return System

Score() public method

Constructor for raw score and the score range
public Score ( double raw, double min, double max ) : System
raw double The score
min double The lowest permissible value
max double The greatest permissible value
return System

Validate() public method

public Validate ( bool earlyReturnOnFailure ) : IEnumerable
earlyReturnOnFailure bool
return IEnumerable