Monday, May 11, 2009

More NHibernate Validator...

[CreditCardNumber]
public readonly string CreditCard;

Two things to quickly point out:

1. Works on readonly attributes (big thing where defining immutable types where attributes are only set vai ctor)

2. [CreditCardNumber] validation performs luhn check! - didnt expect that...

No comments:

Post a Comment