C# Class Waf.InformationManager.Common.Domain.ValidationModel

Inheritance: Model, IDataErrorInfo
Show file Open project: jbe2277/waf

Private Properties

Property Type Description
Initialize void
OnDeserialized void
this stringIDataErrorInfo.System.ComponentModel

Protected Methods

Method Description
ValidationModel ( ) : System.ComponentModel

Initializes a new instance of the ValidationModel class.

Private Methods

Method Description
Initialize ( ) : void
OnDeserialized ( StreamingContext context ) : void
this ( string columnName ) : stringIDataErrorInfo.System.ComponentModel

Method Details

ValidationModel() protected method

Initializes a new instance of the ValidationModel class.
protected ValidationModel ( ) : System.ComponentModel
return System.ComponentModel