Interface IServiceParamsSettings
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
DataMiner service parameter settings interface.
public interface IServiceParamsSettings
- Extension Methods
Properties
- IncludedElements
Gets the included elements and services in an editable form. Each item is either an ElementParamConfiguration (an included element) or a ServiceParamConfiguration (an included service). The returned objects can be modified and the changes will be applied when Update() is called on the service.
- IncludedParameters
Gets the included parameters.
Methods
- AddElement(DmsElementId)
Adds an element to the service.
- AddElement(DmsElementId, IEnumerable<ElementParamFilterConfiguration>)
Adds an element to the service.
- AddService(DmsServiceId)
Adds a service to the service.
- Clear()
Removes all the included elements and services.
- Remove(ParamConfiguration)
Removes the specified included element or service.
- RemoveByAlias(string)
Removes the included element or service with the specified alias.
- RemoveByElementId(DmsElementId)
Removes all included elements that match the specified DataMiner/element ID.
- RemoveByServiceId(DmsServiceId)
Removes all included services that match the specified DataMiner/service ID.