Name | Description | |
---|---|---|
![]() | VerificationProfile | Overloaded. Initializes a new instance of the |
Name | Description | |
---|---|---|
![]() | VerificationProfile | Overloaded. Initializes a new instance of the |
Name | Description | |
---|---|---|
![]() | CanModifyTarget | Gets a value indicating whether this processing command can modify target object. (Inherited from CompoundProcessingCommand<TTarget>) |
![]() | HandleTriggerActivationException | Gets or sets a value indicating whether the profile must handle the exception, which was thrown when trigger is activated. (Inherited from ProcessingProfile<TTarget>) |
![]() | IsMultithreadingSupported | Gets a value indicating whether this processing command supports multithreading. (Inherited from CompoundProcessingCommand<TTarget>) |
![]() | Name | Gets the name of processing command. (Inherited from CompoundProcessingCommand<TTarget>) |
![]() | TargetType | Gets the type of the target of processing command. (Inherited from ProcessingCommand<TTarget>) |
Name | Description | |
---|---|---|
![]() | Commands | Gets a list that contains nested processing commands. (Inherited from CompositeProcessingCommand<TTarget>) |
![]() | HasProgress | Gets a value indicating whether executor generates the progress. (Inherited from ProcessingCommandExecutor<TTarget>) |
Name | Description | |
---|---|---|
![]() | CanApplyTo | Determines whether this processing command can be applied to the specified target. (Inherited from CompoundProcessingCommand<TTarget>) |
![]() ![]() | ConvertTarget | Overloaded. Creates the retargeted composite command with specified target type. (Inherited from CompositeProcessingCommand<TTarget>) |
![]() | Execute | Overloaded. Executes processing command on the specified target. (Inherited from ProcessingCommand<TTarget>) |
![]() | GetEnumerator | Returns an enumerator that iterates through a collection of nested commands. (Inherited from CompoundProcessingCommand<TTarget>) |
![]() | ToString | Returns a string representation of this object. (Inherited from ProcessingCommand<TTarget>) |
![]() | Verify | Overloaded. Verifies the specified target. |
Name | Description | |
---|---|---|
![]() | CreateCompositeResult | Creates the composite processing result. (Inherited from CompositeProcessingCommand<TTarget>) |
![]() | ExecuteCommands | Executes a sequence of processing commands. (Inherited from CompositeProcessingCommand<TTarget>) |
![]() | GetCommandCount | Returns the count of inner commands. (Inherited from CompositeProcessingCommand<TTarget>) |
![]() | GetProgressStepsWeight | Returns the weight sum of all progress steps. (Inherited from ProcessingCommandExecutor<TTarget>) |
![]() | OnCanceled | Overloaded. Called when processing is canceled. (Inherited from ProcessingCommandExecutor<TTarget>) |
![]() | OnFinished | Raises the Finished event. (Inherited from ProcessingCommandExecutor<TTarget>) |
![]() | OnStarted | Overloaded. Raises the |
Name | Description | |
---|---|---|
![]() | Canceled | Occurs when processing is canceled. (Inherited from ProcessingCommandExecutor<TTarget>) |
![]() | Finished | Occurs when processing is finished. (Inherited from ProcessingCommandExecutor<TTarget>) |
![]() | Started | Occurs when processing is started. (Inherited from ProcessingCommandExecutor<TTarget>) |