C# Class Open.TestHarness.View.PropertyGrid.PropertyExplorerPanelViewModel

The logical model for the 'PropertyExplorerPanel' view.
Inheritance: ViewModelBase
显示文件 Open project: philcockfield/Open.TestHarness.SL

Public Methods

Method Description
PropertyExplorerPanelViewModel ( ) : System

Private Methods

Method Description
GetCategory ( PropertyModel property ) : string
GetCommonControlProperties ( object obj ) : List
GetCurrentObject ( ) : object
GetProperties ( object obj, bool includeHierarchy ) : List
GetProperties ( object obj ) : System.Reflection.PropertyInfo[]
IsDeclaredOn ( PropertyModel property ) : bool
OnCurrentClassChanged ( ) : void
OnDelayTimedOut ( ) : void
SaveSettings ( ) : void

Method Details

PropertyExplorerPanelViewModel() public method

public PropertyExplorerPanelViewModel ( ) : System
return System