NewAnalyse Class |
[This is preliminary documentation and is subject to change.]
Namespace: Dyostem.Services.Data
public class NewAnalyse
The NewAnalyse type exposes the following members.
| Name | Description | |
|---|---|---|
| NewAnalyse | Initializes a new instance of the NewAnalyse class |
| Name | Description | |
|---|---|---|
| AnalysisId |
The analysis unique identifier (could be null for new analysis, to force the system to create a new identifier)
| |
| BlockId |
The block unique identifier the analysis is related to
| |
| BlockName |
The block name (used if BlockId is null) the analysis is related to
| |
| Comment |
The analysis comment (could be empty)
| |
| Measures |
The list of measures to create or update.
| |
| SampleCode |
The analysis sample code (could be empty)
| |
| Timestamp |
The analysis timestamp
|