Interface IGenericEnumEntry
- Namespace
- Skyline.DataMiner.Net.Ticketing.Validators
- Assembly
- SLNetTypes.dll
Generic enum entry interface.
public interface IGenericEnumEntry
- Extension Methods
Properties
- Name
Gets the name of the enum entry.
- Value
Gets the value of the enum entry.
- ValueType
Gets the type of the enum entry value.
Methods
- ToFormattedString()
Returns a string formatted as follows: name/value.