C# Class SolidworksAddinFramework.EditorView.EditController

Allows only one edit command to be valid at a time
Inheritance: ReactiveUI.ReactiveObject, ISerialCommandController
Exibir arquivo Open project: Weingartner/SolidworksAddinFramework

Private Properties

Property Type Description
ExecuteEditor System.Threading.Tasks.Task

Public Methods

Method Description
Register ( ReactiveEditCommand commandSpec, IScheduler scheduler ) : IReactiveCommand

Private Methods

Method Description
ExecuteEditor ( ReactiveEditCommand commandSpec ) : System.Threading.Tasks.Task

Method Details

Register() public method

public Register ( ReactiveEditCommand commandSpec, IScheduler scheduler ) : IReactiveCommand
commandSpec ReactiveEditCommand
scheduler IScheduler
return IReactiveCommand