Properties decorated with this attribute will be validated to ensure that they represent a valid credit card number. for more details.

Namespace: Castle.Components.Validator
Assembly:  Castle.Components.Validator (in Castle.Components.Validator.dll)
Version: 1.0.3.0

Syntax

C#
[SerializableAttribute]
[CLSCompliantAttribute(false)]
public class ValidateCreditCardAttribute : AbstractValidationAttribute

Inheritance Hierarchy

System..::Object
  System..::Attribute
    Castle.Components.Validator..::AbstractValidationAttribute
      Castle.Components.Validator..::ValidateCreditCardAttribute

See Also