C# Class RavenFS.Studio.Infrastructure.Input.InputModel

Inheritance: System.NotifyPropertyChangedBase, INotifyDataErrorInfo
Show file Open project: hibernating-rhinos/RavenFS Class Usage Examples

Public Methods

Method Description
EnsureValid ( ) : bool
GetErrors ( string propertyName ) : IEnumerable
InputModel ( ) : System
SetDefaultAnswer ( string answer ) : void

Protected Methods

Method Description
OnErrorsChanged ( System.ComponentModel.DataErrorsChangedEventArgs e ) : void

Private Methods

Method Description
GetError ( string columnName ) : string

Method Details

EnsureValid() public method

public EnsureValid ( ) : bool
return bool

GetErrors() public method

public GetErrors ( string propertyName ) : IEnumerable
propertyName string
return IEnumerable

InputModel() public method

public InputModel ( ) : System
return System

OnErrorsChanged() protected method

protected OnErrorsChanged ( System.ComponentModel.DataErrorsChangedEventArgs e ) : void
e System.ComponentModel.DataErrorsChangedEventArgs
return void

SetDefaultAnswer() public method

public SetDefaultAnswer ( string answer ) : void
answer string
return void