Class ServiceConfiguration
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
Represents a service configuration.
public class ServiceConfiguration
- Inheritance
-
ServiceConfiguration
- Extension Methods
Constructors
- ServiceConfiguration(IDms, string)
Initializes a new instance of the ServiceConfiguration class. The parameter settings need to be added to create the service.
Properties
- AdvancedSettings
Gets the advanced settings.
- Description
Gets or sets the description.
- IncludedElements
Gets the included elements.
- Name
Gets or sets the service name.
- Properties
Gets the writable properties of the service.
- Views
Gets the views that include the service.
Methods
- AddElement(DmsElementId, List<ElementParamFilterConfiguration>)
Add an element to the service.
- AddService(DmsServiceId)
Add a service to the service.