Method GetNames
- Namespace
- Skyline.DataMiner.Net.Ticketing.Validators
- Assembly
- SLNetTypes.dll
GetNames()
Retrieves the names of the entries defined in this enum.
public string[] GetNames()
Returns
- string[]
The names of the entries defined in this enum.
GetNames(T)
Retrieves the names of the entries that have the specified value as value.
public string[] GetNames(T value)
Parameters
value
TThe value.
Returns
- string[]
The names of the entries that have the specified value as value. In case no entries have the specified value, an empty array is returned