Table of Contents

Constructor GenericEnumEntry

Namespace
Skyline.DataMiner.Net.GenericEnums
Assembly
SLNetTypes.dll

GenericEnumEntry()

Initializes a new instance of the GenericEnumEntry<T> class.

public GenericEnumEntry()

GenericEnumEntry(string, T)

Initializes a new instance of the GenericEnumEntry<T> class using the specified display name and value.

public GenericEnumEntry(string displayName, T value)

Parameters

displayName string

The display name.

value T

The value.

GenericEnumEntry(string, T, bool)

Initializes a new instance of the GenericEnumEntry<T> class using the specified display name and value.

public GenericEnumEntry(string displayName, T value, bool isHidden)

Parameters

displayName string

The display name.

value T

The value.

isHidden bool

Value indicating whether this entry is hidden.

Remarks

Feature introduced in DataMiner 9.6.11 (RN 22628).