Inheritance Hierarchy
Validator
ValidatorString
RainWorx.FrameWorx.BLL.ValidatorsIsUnique
Namespace: RainWorx.FrameWorx.BLL.Validators
Assembly: RainWorx.FrameWorx.BLL (in RainWorx.FrameWorx.BLL.dll) Version: 3.5
Syntax
C#
public class IsUnique : Validator<string>
The IsUnique type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | IsUnique | Initializes a new instance of the IsUnique class |
![]() | IsUnique(NameValueCollection) | Initializes a new instance of the IsUnique class |
![]() | IsUnique(String) | Initializes a new instance of the IsUnique class |
![]() | IsUnique(String, String) | Initializes a new instance of the IsUnique class |
Properties
Name | Description | |
---|---|---|
![]() | DefaultMessageTemplate | (Overrides Validator.DefaultMessageTemplate.) |
Methods
Name | Description | |
---|---|---|
![]() | DoValidate | (Overrides Validator.DoValidate(UTP, Object, String, ValidationResults).) |
Extension Methods
Name | Description | |
---|---|---|
![]() | ToMvcHtmlString |
Returns the HTML version of the ToString() output method of the specified object
(Defined by HtmlHelpers.) |
See Also