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
stringThe display name.
value
TThe 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
stringThe display name.
value
TThe value.
isHidden
boolValue indicating whether this entry is hidden.
Remarks
Feature introduced in DataMiner 9.6.11 (RN 22628).