The following tables list the members exposed by WorkstationFeaturesCommandFactory.
Public Constructors
Name | Description | |
---|---|---|
WorkstationFeaturesCommandFactory | Initializes a new instance of the WorkstationFeaturesCommandFactory class. |
Public Methods
Name | Description | |
---|---|---|
CreateFeatureCommand | Creates and return the command which executes the given feature. | |
GetFeatureCommand | Returns a command that is created and associated with a feature. | |
GetFeatureCommand<T> | Returns an IEnumerable of the command for a specific type. | |
Initialize | Initializes this object with the WorkstationContainer for the current Leadtools.Medical.Workstation.UI.WorkstationViewer | |
IsCommandRegistered | Checks whether a command is created and registered with the given feature. | |
IsFeatureExecutable | Checks whether a command is registered with a given feature and can be executed. | |
RegisterCommand | Registers a Leadtools.Medical.Workstation.Commands.WorkstationCommand with the feature associated with it in Leadtools.Medical.Workstation.Commands.WorkstationCommand.FeatureId | |
RegisterFeatureCommand | Creates and registers the command which is associated with the given _featureId_ | |
RegisterFeaturesCommands | Creates and registers the commands which are associated with the given _featureIds_ | |
UnregisterCommand | Unregister a command from a given feature. |
Protected Methods
Name | Description | |
---|---|---|
OnCommandRegisterd | Fires the CommandRegistered event. | |
OnCommandUnregisterd | Fires the CommandUnregistered event. |
Public Properties
Name | Description | |
---|---|---|
IsInitialized | Gets a value to check whether this object has been initialized. | |
ViewerContainer | Gets the WorkstationContainer for the current Leadtools.Medical.Workstation.UI.WorkstationViewer. |
Public Events
Name | Description | |
---|---|---|
CommandRegistered | Occurs when a command is registered. | |
CommandUnregistered | Occurs when a command is unregistered. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET