Leadtools.Medical.Workstation.Commands Namespace : DeleteCellAnnotationsCommand Class |
The following tables list the members exposed by DeleteCellAnnotationsCommand.
Name | Description | |
---|---|---|
DeleteCellAnnotationsCommand Constructor | Overloaded. |
Name | Description | |
---|---|---|
Container | Gets the Leadtools.Medical.Workstation.WorkstationContainer for the current active workstation which this command will execute on. (Inherited from Leadtools.Medical.Workstation.Commands.WorkstationCommand) | |
Enabled | Gets or sets a value to temporarily enables and disable the command execution. (Inherited from Leadtools.Medical.Workstation.Commands.WorkstationCommand) | |
FeatureId | Gets the feature ID that is registered with this command. (Inherited from Leadtools.Medical.Workstation.Commands.WorkstationCommand) | |
Supported | Gets or sets a value to disable the feature associated with the command to be executed. (Inherited from Leadtools.Medical.Workstation.Commands.WorkstationCommand) |
Name | Description | |
---|---|---|
CanExecute | Checks whether the WorkstationCommand.Enabled and WorkstationCommand.Supported properties are true and calls the WorkstationCommand.DoCanExecute method. (Inherited from Leadtools.Medical.Workstation.Commands.WorkstationCommand) | |
Execute | Checks whether the WorkstationCommand.Enabled and WorkstationCommand.Supported properties are true and calls the WorkstationCommand.DoExecute method. (Inherited from Leadtools.Medical.Workstation.Commands.WorkstationCommand) |
Name | Description | |
---|---|---|
DoCanExecute | Overridden. Determines whether the command can execute. | |
DoExecute | Overridden. Deletes the annotations for a Leadtools.MedicalViewer.MedicalViewerCell which is returned by the GetDeleteAnnotationIds. | |
GetDeleteAnnotationIds | Returns the Leadtools.Medical.Workstation.DataAccessLayer.AnnotationIdentifier for a Leadtools.Medical.Workstation.WorkstationState.MedicalViewerCellAnnotations that will be deleted. | |
OnCellAnnotationDeleted | Fires the CellAnnotationDeleted event. | |
OnCellAnnotationDeleting | Fires the CellAnnotationDeleting event. | |
OnCommandExecuted | Publishes the current feature to be executed through the EventBroker. (Inherited from Leadtools.Medical.Workstation.Commands.WorkstationCommand) |
Name | Description | |
---|---|---|
CellAnnotationDeleted | Occurs after deleting an annotations. | |
CellAnnotationDeleting | Occurs before deleting an annotations. |