<< Click to Display Table of Contents >> NShape Reference
|
Base class for all commands.
public abstract class Command : ICommand |
Command can but need not be used as a base class for custom commands.
Name |
Description |
---|---|
Description |
A descriptive text on what the command does, displayed as tool tips for Undo/Redo buttons / menu items. |
Repository |
A repository where the changes are performed on. |
RequiredPermission |
The Permission required for executing the command |
Name |
Description |
---|---|
Execute |
Executes the command. |
IsAllowed |
Checks wether the required permissions are granted. |
Revert |
Reverts the command. |
Name |
Description |
---|---|
description |
A descriptive text on what the command does. |
Name |
Description |
---|---|
CanUndeleteEntities |
Checks wether the given IEntity can be undeleted. |
CanUndeleteEntity |
Checks wether the given IEntity can be undeleted. |
Constructor |
Constructs a new instance. |
Derived classes are:
MoveContronPointCommand
MoveGluePointCommand
RotateShapesCommand
InsertVertexCommand
SetCaptionTextCommand
RemoveVertexCommand
CreateDesignCommand
LiftShapeCommand
DeleteDesignCommand
AutoDisconnectShapeCommand
SetModelObjectCommand
CreateStyleCommand
InsertOrRemoveShapeCommand
AssignModelObjectCommand
DeleteStyleCommand
ExchangeTemplateCommand
ExchangeTemplateShapeCommand
PropertySetCommand
CreateTemplateCommand
ConnectionCommand
DeleteTemplateCommand
InsertOrRemoveLayerCommand
AggregatedCommand
InsertDiagramCommand
MoveShapeByCommand
MoveShapesCommand
Namespace: Dataweb.NShape.Commands
Assembly: Dataweb.NShape