C# Class Open.Core.Common.Controls.Editors.PropertyGridStructure.PropertyViewModel

The logical model for the 'PropertyModel'.
Inheritance: ViewModelBase
Afficher le fichier Open project: philcockfield/Open.TestHarness.SL

Méthodes publiques

Méthode Description
EditorLostFocus ( ) : void

Alerts the view-model that the editor has lost focus.

HandleInstancePropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
PropertyViewModel ( PropertyModel model ) : System.Windows
UpdateValueText ( ) : void

Updates the 'ValueText' properties value reading from the current property value.

Méthodes protégées

Méthode Description
Dispose ( bool isDisposing ) : void

Private Methods

Méthode Description
CreateEditor ( ) : void
DestroyEditorControl ( ) : void
OnValueClick ( ) : void

Method Details

Dispose() protected méthode

protected Dispose ( bool isDisposing ) : void
isDisposing bool
Résultat void

EditorLostFocus() public méthode

Alerts the view-model that the editor has lost focus.
public EditorLostFocus ( ) : void
Résultat void

HandleInstancePropertyChanged() public méthode

public HandleInstancePropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
sender object
e System.ComponentModel.PropertyChangedEventArgs
Résultat void

PropertyViewModel() public méthode

public PropertyViewModel ( PropertyModel model ) : System.Windows
model PropertyModel
Résultat System.Windows

UpdateValueText() public méthode

Updates the 'ValueText' properties value reading from the current property value.
public UpdateValueText ( ) : void
Résultat void