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