Class UserNameValidator
Represents a validator for validating user names.
[Serializable]
public sealed class UserNameValidator : IFieldValidator
- Inheritance
-
UserNameValidator
- Implements
- Extension Methods
Constructors
- UserNameValidator()
Initializes a new instance of the UserNameValidator class.
Methods
- Equals(UserNameValidator)
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.