C# Class RavenFS.Studio.Models.NameValueCollectionEditorModel

Inheritance: RavenFS.Studio.Infrastructure.ViewModel
Afficher le fichier Open project: hibernating-rhinos/RavenFS Class Usage Examples

Méthodes publiques

Méthode Description
GetCurrent ( ) : NameValueCollection
NameValueCollectionEditorModel ( NameValueCollection settings ) : System

Méthodes protégées

Méthode Description
OnChanged ( EventArgs e ) : void

Private Methods

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

Method Details

GetCurrent() public méthode

public GetCurrent ( ) : NameValueCollection
Résultat NameValueCollection

NameValueCollectionEditorModel() public méthode

public NameValueCollectionEditorModel ( NameValueCollection settings ) : System
settings NameValueCollection
Résultat System

OnChanged() protected méthode

protected OnChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void