Interface IEnumValidatorAttribute<T>
Represents an enumeration validator attribute that contains custom logic to execute when IsValid<T>(T) is called.
Namespace: Singulink.Enums
Assembly: Singulink.Enums.dll
Syntax
public interface IEnumValidatorAttribute<T> where T : unmanaged, Enum
Type Parameters
Name | Description |
---|---|
T |
Methods
Name | Description |
---|---|
IsValid(T) | Gets a value indicating whether the value is valid. |