You are here: RainWorx.FrameWorx.BLL Namespaces > RainWorx.FrameWorx.BLL.Validators > LUHN10 Class

LUHN10 Class

AuctionWorx 3.5 API
Inheritance Hierarchy

SystemObject
  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

NameDescription
Public methodLUHN10
Initializes a new instance of the LUHN10 class
Public methodLUHN10(NameValueCollection)
Initializes a new instance of the LUHN10 class
Public methodLUHN10(String)
Initializes a new instance of the LUHN10 class
Public methodLUHN10(String, String)
Initializes a new instance of the LUHN10 class
Top
Properties

NameDescription
Protected propertyDefaultMessageTemplate (Overrides Validator.DefaultMessageTemplate.)
Top
Methods

NameDescription
Protected methodDoValidate (Overrides Validator.DoValidate(UTP, Object, String, ValidationResults).)
Top
Extension Methods

NameDescription
Public Extension MethodToMvcHtmlString
Returns the HTML version of the ToString() output method of the specified object
(Defined by HtmlHelpers.)
Top
See Also

Reference

Copyright © 2002-2022. RainWorx Software. All rights reserved.