Table of Contents

Interface IDmsPropertyDefinition

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

DataMiner property definition interface.

public interface IDmsPropertyDefinition : IDmsObject
Inherited Members
Extension Methods

Properties

Entries

Gets the property entries.

Id

Gets the property ID.

IsAvailableForAlarmFiltering

Gets a value indicating whether the property is available for alarm filtering.

IsReadOnly

Gets a value indicating whether the property is read-only.

IsVisibleInSurveyor

Gets a value indicating whether the property is visible in the Surveyor.

Name

Gets the property name.

Regex

Gets the regular expression the property value must conform to.

Methods

IsValidInput(string)

Checks if the provided input value matches the definition of the property.