C# Class withSIX.Mini.Applications.MVVM.ViewModels.ValidatableViewModel

Inheritance: SomeViewModel, IValidatableViewModel
Datei anzeigen Open project: SIXNetworks/withSIX.Desktop

Private Properties

Property Type Description
this string

Protected Methods

Method Description
ClearErrors ( ) : void
UpdateValidation ( ) : void

Private Methods

Method Description
this ( string columnName ) : string

Method Details

ClearErrors() protected method

protected ClearErrors ( ) : void
return void

UpdateValidation() protected method

protected UpdateValidation ( ) : void
return void