ProcessingCommand<TTarget> Class Members
In This Topic
The following tables list the members exposed by
ProcessingCommand<TTarget>.
Protected Constructors
Public Properties
| Name | Description |
 | CanModifyTarget | Gets a value indicating whether this processing command can modify target object. |
 | IsMultithreadingSupported | Gets a value indicating whether this processing command supports multithreading. |
 | Name | Gets the name of processing command. |
 | TargetType | Gets the type of the target of processing command. |
Public Methods
| Name | Description |
 | CanApplyTo | Determines whether this processing command can be applied to the specified target. |
 | ConvertTarget | Overloaded. Create retargeted command with specified target type. |
 | Execute | Overloaded. Executes processing command on the specified target. |
 | ToString | Returns a string representation of this object. |
See Also