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 IRefactoringPostProcessor.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Performs the refactoring operation.
  • Method Details

    • perform

      void perform()
      Performs the refactoring operation.