Table of Contents

Class EmailAddressValidator

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

Represents an e-mail address validator.

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

Constructors

EmailAddressValidator()

Initializes a new instance of the EmailAddressValidator class.

Methods

Equals(EmailAddressValidator)

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.