DeviceExpressionParserExecute Method

Create a new expression using the provided expression.

Definition

Namespace: Gemstone.Timeseries.Model
Assembly: Gemstone.Timeseries (in Gemstone.Timeseries.dll) Version: 1.0.164 -- Release Build+a92a9bf42cb46f572890ee63295d6658a513d9b3
public string Execute(
	string deviceName,
	string deviceAcronym,
	int? parentID,
	int? companyID,
	int? vendorDeviceID,
	int? interconnectionID
)

Parameters

deviceName  String
Name of the device.
deviceAcronym  String
Acronym of the device.
parentID  NullableInt32
ID of the parent device.
companyID  NullableInt32
ID of the company.
vendorDeviceID  NullableInt32
ID of the vendor device.
interconnectionID  NullableInt32
ID of the interconnection.

Return Value

String
A new string created using the configured expression.

See Also