Namespace Algenta.Colectica.ViewModel.Commands
Contains classes used to implement custom command addins for Colectica Designer.
Classes
CommandResult
Represents the result of a command's execution.
NodeCommandBase
Provides a base class from which Addins implementing INodeCommand can derive.
StandAloneCommandBase
Provides a base class from which Addins implementing IStandAloneCommand may derive.
VersionableCommandBase
Provides a base class from which Addins implementing an IVersionableCommand can derive.
VersionableCommandContext
Represents the context in which an IVersionableCommand is executing.
Interfaces
IGenericCommand
Provides properties common to all I*Command extension point interfaces.
INodeCommand
Provides an extension point for Addins to provide a command that can be executed on navigation Nodes.
IStandAloneCommand
Provides an extension point for Addins to provide a command that can be executed with no particular context.
IVersionableCommand
Provides an extension point for Addins to provide a command that can be executed on an IVersionable item.
IVersionableCommandProvider
Provides an extension point that Addins can use to inject many commands into the Colectica user interface.
IVersionableInitializerCommand
Provides an extension point that allows Addins to provide code that is executed when a new instance of an IVersionable item is created.