Table of Contents

Class GenericEnumValidator

Namespace
Skyline.DataMiner.Net.Sections
Assembly
SLNetTypes.dll

Represents a generic enum validator.

[Serializable]
public class GenericEnumValidator : IFieldValidator
Inheritance
GenericEnumValidator
Implements
Extension Methods

Constructors

GenericEnumValidator()

Initializes a new instance of the GenericEnumValidator class.

Methods

Equals(GenericEnumValidator)

Indicates whether the current object is equal to another object of the same type.

Equals(object)

Determines whether the specified object is equal to the current object.

GetHashCode()

Calculates the hash code for this object.

ToString()

Returns a string that represents the current object.

Validate(IValueWrapper, FieldDescriptor)

Validates the specified value against the specified field descriptor.