![]() |
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.5.8
|
Leadtools.Medical.Workstation.Commands Namespace : WorkstationCommand Class |
The following tables list the members exposed by WorkstationCommand.
Name | Description | |
---|---|---|
![]() | Container | Gets the Leadtools.Medical.Workstation.WorkstationContainer for the current active workstation which this command will execute on. |
![]() | Enabled | Gets or sets a value to temporarily enables and disable the command execution. |
![]() | FeatureId | Gets the feature ID that is registered with this command. |
![]() | Supported | Gets or sets a value to disable the feature associated with the command to be executed. |
Name | Description | |
---|---|---|
![]() | CanExecute | Checks whether the Enabled and Supported properties are true and calls the DoCanExecute method. |
![]() | Execute | Checks whether the Enabled and Supported properties are true and calls the DoExecute method. |
Name | Description | |
---|---|---|
![]() | DoCanExecute | Checks whether the command can be executed in classes that are derived classes that implement this abstract method. |
![]() | DoExecute | Provides command execution in derived class that implement this abstract method. |
![]() | OnCommandExecuted | Publishes the current feature to be executed through the EventBroker. |