Class ElementConfiguration
- Namespace
- Skyline.DataMiner.Core.DataMinerSystem.Common
- Assembly
- Skyline.DataMiner.Core.DataMinerSystem.Common.dll
Represents an element configuration.
public class ElementConfiguration
- Inheritance
-
ElementConfiguration
- Extension Methods
Constructors
- ElementConfiguration(IDms, string, IDmsProtocol)
Initializes a new instance of the ElementConfiguration class and defines by default a virtual connection.
- ElementConfiguration(IDms, string, IDmsProtocol, IEnumerable<IElementConnection>)
Initializes a new instance of the ElementConfiguration class.
Properties
- AdvancedSettings
Gets the advanced settings.
- AlarmTemplate
Gets or sets the alarm template.
- Connections
Gets or sets the list of Connections on the element.
- Description
Gets or sets the description.
- DveSettings
Gets the DVE settings.
- Name
Gets or sets the element name.
- Properties
Gets the writable properties of the elements.
- Protocol
Gets the protocol.
- State
Gets or sets the element state.
- TrendTemplate
Gets or sets the trend template.
- Type
Gets or sets the type of the element.
- Views
Gets the views that include the element.