C# Class SolidworksAddinFramework.EditorView.EditController

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

Private Properties

Свойство Type Description
ExecuteEditor System.Threading.Tasks.Task

Méthodes publiques

Méthode Description
Register ( ReactiveEditCommand commandSpec, IScheduler scheduler ) : IReactiveCommand

Private Methods

Méthode Description
ExecuteEditor ( ReactiveEditCommand commandSpec ) : System.Threading.Tasks.Task

Method Details

Register() public méthode

public Register ( ReactiveEditCommand commandSpec, IScheduler scheduler ) : IReactiveCommand
commandSpec ReactiveEditCommand
scheduler IScheduler
Résultat IReactiveCommand