Created
November 8, 2014 22:40
-
-
Save scionwest/c3aba56115b0b20c9169 to your computer and use it in GitHub Desktop.
Validation Example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ValidateNumberIsGreaterThan( | |
ComparisonProperty = "Account.MinimumBalance", | |
FailureMessage = "You can not withdraw anymore, you must maintain a minimum balance.", | |
ValidationMessageType = typeof(ValidationWarningMessage), | |
ValidateIfMemberValueIsValid = "Account.IsOpen")] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment