Interface IRefactoringOperation
- All Known Subinterfaces:
IBmRefactoringOperation
- All Known Implementing Classes:
BmObjectDeleteOperation
,CrossReferenceUpdateOperation
,NativeRefactoringOperation
public interface IRefactoringOperation
The refactoring operation interface.
The operation can execute post processing logic. In such case it is required to implement mixin interface
The operation can execute post processing logic. In such case it is required to implement mixin interface
IRefactoringPostProcessor
.- See Also:
-
Method Summary
-
Method Details
-
perform
void perform()Performs the refactoring operation.
-