DataMapping
DataMapping.Rd
Class representing a data mapping as used in data sources.
Public fields
sourceRef
The reference in the source.
entityName
The name of the mapped entity.
signalName
The name of the mapped signal.
unitName
The name of the mapped unit.
Methods
Method new()
Create a new DataMapping instance.
Usage
DataMapping$new(
sourceRef = NULL,
entityName = NULL,
signalName = NULL,
unitName = NULL
)
Method toList()
Convert the object to a list. This function is mainly used by the Services to convert the objects to lists and then call the web API.