C# Class RavenFS.Studio.Models.NameValueCollectionEditorModel

Inheritance: RavenFS.Studio.Infrastructure.ViewModel
显示文件 Open project: hibernating-rhinos/RavenFS Class Usage Examples

Public Methods

Method Description
GetCurrent ( ) : NameValueCollection
NameValueCollectionEditorModel ( NameValueCollection settings ) : System

Protected Methods

Method Description
OnChanged ( EventArgs e ) : void

Private Methods

Method Description
AddEmptyItem ( ) : void
HandleDelete ( object item ) : void
HandleEmptyItemPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
Initialise ( NameValueCollection settings ) : void

Method Details

GetCurrent() public method

public GetCurrent ( ) : NameValueCollection
return NameValueCollection

NameValueCollectionEditorModel() public method

public NameValueCollectionEditorModel ( NameValueCollection settings ) : System
settings NameValueCollection
return System

OnChanged() protected method

protected OnChanged ( EventArgs e ) : void
e System.EventArgs
return void