.net Validation Framework

Software Screenshot:
.net Validation Framework
Software Details:
Version: 2.0.0.0 Beta
Upload Date: 1 Mar 15
Distribution Type: Freeware
Downloads: 11

Rating: nan/5 (Total Votes: 0)

This script uses .NET attributes to provide validation for your strongly typed business objects.

Base classes ValidatableBase Provides the basic validation functionality.
Key Members:

- bool IsValid { get; } (Gets a bool indicating if the current state is valid.)
- ICollection ErrorMessages { get; } (Gets a ICollection of string that contain all the error messages.)
DataErrorInfoValidatableBase Extends ValidatableBase to implement IDataErrorInfo which allows user interface binding.
Key Members:

- string Error { get; } (Gets an error message indicating what is wrong with this object.)
- string this[string columnName] { get; } (Gets the error message for the property with the given name.)
NotifyValidatableBase Extends DataErrorInfoValidatableBase to implement INotifyPropertyChanged which allows user a interface to react to property changing.
Key Members:

- event PropertyChangedEventHandler PropertyChanged (Occurs when a property value changes.)

Similar Software

spamIP
spamIP

13 May 15

Spring Security
Spring Security

26 Jul 16

encryptMe
encryptMe

13 May 15

Apache WSS4J
Apache WSS4J

10 Dec 15

Comments to .net Validation Framework

Comments not found
Add Comment
Turn on images!