 | MeasureCreationResultCreationResult Property |
[This is preliminary documentation and is subject to change.]
A human readable message of the creation/update measure command result. Should be one of the following values:
- "OK: value has been added/updated for MeasureTypeName (MeasureTypeId)" - The measure has been successfully added/updated
- Error(s) occured related to the measure type
- "WARNING: MeasureType id is not a valid (and existing) measure type unique identifier" - the measure type identifier sent by the third party system could not be found.
- "WARNING: MeasureType name is not a valid (and existing) measure type name" - the measure type name sent by the third party system could not be found.
- "WARNING: measure MeasureType name has already been found for this analysis" - A value for this measure type has already been defined for this analysis in this command.
- Error(s) occured related to the measure format
- "WARNING: value is not a valid value for MeasureTypeName (MeasureTypeId)" - value doesn't belong to the list of available values for MeasureTypeName.
- "WARNING: value is not a valid data time value for MeasureTypeName (MeasureTypeId)" - value could not be parsed as a valid date for MeasureTypeName.
- "WARNING: value is not a valid numeric value for MeasureTypeName (MeasureTypeId)" - value could not be converted as a valid number for MeasureTypeName.
- "WARNING: value is not a valid true/false value for MeasureTypeName (MeasureTypeId)" - value could not be parsed as a boolean value for MeasureTypeName.
Namespace:
Dyostem.Services.Data
Assembly:
Dyostem (in Dyostem.dll) Version: 5.3
Syntaxpublic string CreationResult { get; set; }
Public Property CreationResult As String
Get
Set
Dim instance As MeasureCreationResult
Dim value As String
value = instance.CreationResult
instance.CreationResult = value
function get CreationResult () : String
function set CreationResult (value : String)
function get_CreationResult();
function set_CreationResult(value);
Property Value
Type:
String
See Also