C# 클래스 Open.Core.Common.Controls.Editors.PropertyGridStructure.PropertyViewModel

The logical model for the 'PropertyModel'.
상속: ViewModelBase
파일 보기 프로젝트 열기: philcockfield/Open.TestHarness.SL

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
Dispose ( bool isDisposing ) : void

비공개 메소드들

메소드 설명
CreateEditor ( ) : void
DestroyEditorControl ( ) : void
OnValueClick ( ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool isDisposing ) : void
isDisposing bool
리턴 void

EditorLostFocus() 공개 메소드

Alerts the view-model that the editor has lost focus.
public EditorLostFocus ( ) : void
리턴 void

HandleInstancePropertyChanged() 공개 메소드

public HandleInstancePropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
sender object
e System.ComponentModel.PropertyChangedEventArgs
리턴 void

PropertyViewModel() 공개 메소드

public PropertyViewModel ( PropertyModel model ) : System.Windows
model PropertyModel
리턴 System.Windows

UpdateValueText() 공개 메소드

Updates the 'ValueText' properties value reading from the current property value.
public UpdateValueText ( ) : void
리턴 void