Cocop.MessageSerialiser.Meas (C#)  2.0.0
API to encode industrial data as standard-based messages
Public Member Functions | Protected Member Functions | List of all members
Cocop.MessageSerialiser.Meas.Item Class Referenceabstract

Abstract base class for items. More...

Inheritance diagram for Cocop.MessageSerialiser.Meas.Item:
Cocop.MessageSerialiser.Meas.Item_Array Cocop.MessageSerialiser.Meas.Item_Boolean Cocop.MessageSerialiser.Meas.Item_Category Cocop.MessageSerialiser.Meas.Item_CategoryRange Cocop.MessageSerialiser.Meas.Item_Count Cocop.MessageSerialiser.Meas.Item_CountRange Cocop.MessageSerialiser.Meas.Item_DataRecord Cocop.MessageSerialiser.Meas.Item_Measurement Cocop.MessageSerialiser.Meas.Item_MeasurementRange Cocop.MessageSerialiser.Meas.Item_Text Cocop.MessageSerialiser.Meas.Item_TimeInstant Cocop.MessageSerialiser.Meas.Item_TimeRange Cocop.MessageSerialiser.Meas.Item_TimeSeries

Public Member Functions

abstract string ToDisplayString ()
 Creates a string presentation of the value of the item. This method is intended for scenarios where it is desirable to give a hint about the value without casting to the actual type. More...
 

Protected Member Functions

 Item (string typeUri)
 Constructor. More...
 

Detailed Description

Abstract base class for items.

Constructor & Destructor Documentation

◆ Item()

Cocop.MessageSerialiser.Meas.Item.Item ( string  typeUri)
protected

Constructor.

Parameters
typeUriThe URI that specifies the observation type.

Member Function Documentation

◆ ToDisplayString()

abstract string Cocop.MessageSerialiser.Meas.Item.ToDisplayString ( )
pure virtual

The documentation for this class was generated from the following file: