Click or drag to resize
dyostem api documentation

Analysis Class

[This is preliminary documentation and is subject to change.]

Represent a single analysis with its measures
Inheritance Hierarchy
SystemObject
  Dyostem.Services.DataAnalysis

Namespace:  Dyostem.Services.Data
Assembly:  Dyostem (in Dyostem.dll) Version: 5.3
Syntax
public class Analysis

The Analysis type exposes the following members.

Constructors
  NameDescription
Public methodAnalysis
Initializes a new instance of the Analysis class
Public methodAnalysis(IDataRecord)
Initializes a new instance of the Analysis class
Top
Properties
  NameDescription
Public propertyAnalysisId
The analysis unique identifier
Public propertyComment
The analysis comment (could be empty)
Public propertyMeasures
A set of Measure related to this analysis
Public propertySampleCode
The analysis sample code (could be empty)
Public propertyTimestamp
The analysis timestamp
Top
See Also