Table of Contents

Method AddElement

Namespace
Skyline.DataMiner.Core.DataMinerSystem.Common
Assembly
Skyline.DataMiner.Core.DataMinerSystem.Common.dll

AddElement(DmsElementId, IEnumerable<ElementParamFilterConfiguration>)

Adds an element to the service.

ElementParamConfiguration AddElement(DmsElementId elementId, IEnumerable<ElementParamFilterConfiguration> parameters)

Parameters

elementId DmsElementId

The DataMiner/element ID of the element to include in the service.

parameters IEnumerable<ElementParamFilterConfiguration>

The parameters that need to be included in the service.

Returns

ElementParamConfiguration

The configuration of the added element, which can be further modified.

Remarks

When the same element is included more than once, assign a unique non-empty Alias to each instance.

AddElement(DmsElementId)

Adds an element to the service.

ElementParamConfiguration AddElement(DmsElementId elementId)

Parameters

elementId DmsElementId

The DataMiner/element ID of the element to include in the service.

Returns

ElementParamConfiguration

The configuration of the added element, which can be further modified.

Remarks

When the same element is included more than once, assign a unique non-empty Alias to each instance.

Advanced search syntax