Table of Contents

Constructor EnumValidator

Namespace
Skyline.DataMiner.Net.Ticketing.Validators
Assembly
SLNetTypes.dll

EnumValidator()

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

public EnumValidator()

EnumValidator(GenericEnum<T>)

Initializes a new instance of the EnumValidator<T> class with the specified generic enum.

public EnumValidator(GenericEnum<T> genericEnum)

Parameters

genericEnum GenericEnum<T>

The generic enum.