C# Class Open.TestHarness.View.Selector.ClassNodeViewModel

Represents a [ViewTestClass] node within the SelectorPanel tree.
Inheritance: NodeViewModelBase
Datei anzeigen Open project: philcockfield/Open.TestHarness.SL Class Usage Examples

Private Properties

Property Type Description
FireCurrentChanged void
LoadAssembly void
OnClick void
RemoveFromRecentSelections void

Public Methods

Method Description
ClassNodeViewModel ( ViewTestClass model ) : System
OnSelected ( ) : void

Protected Methods

Method Description
OnDisposed ( ) : void

Private Methods

Method Description
FireCurrentChanged ( ) : void
LoadAssembly ( System.Action onComplete ) : void
OnClick ( ) : void
RemoveFromRecentSelections ( ) : void

Method Details

ClassNodeViewModel() public method

public ClassNodeViewModel ( ViewTestClass model ) : System
model Open.TestHarness.Model.ViewTestClass
return System

OnDisposed() protected method

protected OnDisposed ( ) : void
return void

OnSelected() public method

public OnSelected ( ) : void
return void