Inheritance Hierarchy
Validator
ValidatorString
RainWorx.FrameWorx.BLL.ValidatorsLUHN10
Namespace: RainWorx.FrameWorx.BLL.Validators
Assembly: RainWorx.FrameWorx.BLL (in RainWorx.FrameWorx.BLL.dll) Version: 3.5
Syntax
C#
public class LUHN10 : Validator<string>
The LUHN10 type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | LUHN10 | Initializes a new instance of the LUHN10 class |
![]() | LUHN10(NameValueCollection) | Initializes a new instance of the LUHN10 class |
![]() | LUHN10(String) | Initializes a new instance of the LUHN10 class |
![]() | LUHN10(String, String) | Initializes a new instance of the LUHN10 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