Click or drag to resize
dyostem api documentation

Parameter Class

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

An instance of a dyostem data type It could be a MeasureType (total acidity, pH, ...) or a BlockDataType (owner, grape, ...), a common data type or a data type dedicated to the customer
Inheritance Hierarchy

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

The Parameter type exposes the following members.

Properties
  NameDescription
Public propertyAvailableValues
The list of all values available for the data type when its type is "Item from a list" (Otherwise, it is set to null)
Public propertyFormat
The translated, human readable, expected format
FrançaisEspañolEnglish
NumériqueNuméricoNumeric
0/10/10/1
DateFechaDate
Chaine de caractèresCadenaString
Choix unique sur listeElemento de una listaList item
Public propertyId
Unique identifier of the data type
Public propertyName
Name of the data type
Public propertyUnit
The expected unit (NULL if no unit for this measure/block data/interpretation)
Top
See Also