Click or drag to resize
dyostem api documentation

NewAnalyse Class

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

A NewAnalyse to create or update
Inheritance Hierarchy
SystemObject
  Dyostem.Services.DataNewAnalyse

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

The NewAnalyse type exposes the following members.

Constructors
  NameDescription
Public methodNewAnalyse
Initializes a new instance of the NewAnalyse class
Top
Properties
  NameDescription
Public propertyAnalysisId
The analysis unique identifier (could be null for new analysis, to force the system to create a new identifier)
Public propertyBlockId
The block unique identifier the analysis is related to
Public propertyBlockName
The block name (used if BlockId is null) the analysis is related to
Public propertyComment
The analysis comment (could be empty)
Public propertyMeasures
The list of measures to create or update.
Public propertySampleCode
The analysis sample code (could be empty)
Public propertyTimestamp
The analysis timestamp
Top
See Also