.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

node.bcrypt.js
node.bcrypt.js

10 Dec 15

Django-Security
Django-Security

29 Sep 17

simple-crypt
simple-crypt

1 Mar 15

Comments to .net Validation Framework

Comments not found
Add Comment
Turn on images!