C# Class RavenFS.Studio.Models.EditableKeyValue

Inheritance: System.NotifyPropertyChangedBase, INotifyDataErrorInfo
显示文件 Open project: hibernating-rhinos/RavenFS Class Usage Examples

Private Properties

Property Type Description
Validate void

Public Methods

Method Description
GetErrors ( string propertyName ) : IEnumerable

Protected Methods

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

Private Methods

Method Description
Validate ( ) : void

Method Details

GetErrors() public method

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

OnErrorsChanged() protected method

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