Click or drag to resize
dyostem api documentation

AnalyseCreationResult Class

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

Represent the result of a single analysis creation
Inheritance Hierarchy
SystemObject
  Dyostem.Services.DataAnalyseCreationResult

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

The AnalyseCreationResult type exposes the following members.

Constructors
  NameDescription
Public methodAnalyseCreationResult
Initializes a new instance of the AnalyseCreationResult class
Top
Properties
  NameDescription
Public propertyAnalysisId
The analysis unique identifier
Public propertyBlockId
The unique identifier of the block the analysis is related to.
Public propertyBlockName
The name of the block the analysis is related to.
Public propertyComment
The analysis comment (if provided by the third party system)
Public propertyMeasuresCreationResults
A set of MeasureCreationResult indicating the success or failure for each measure of the analysis
Public propertyMessage
A human readable message indicating that this analysis creation has succeeded or not
  • OK: X measure(s) added/updated - All measures have been processed for this analysis. For further details, check the CreationResult of each measure.
  • WARNING: X/Y measure(s) have been added/updated - NOT all measures have been successfully processed. For further details, check the CreationResult of each measure.
  • WARNING: BlockName/is not a valid (and existing) block name - All measures related to this block have been ignored.
  • WARNING: Block Id/is not a valid (and existing) block unique identifier - All measures related to this block have been ignored.
Public propertySampleCode
The analysis sample code (if provided by the third party system)
Public propertyTimestamp
The analysis timestamp
Top
See Also