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
elementIdDmsElementIdThe DataMiner/element ID of the element to include in the service.
parametersIEnumerable<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
elementIdDmsElementIdThe 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.