Class GraphicalSchemeDerivedDataRemover

    • Constructor Detail

      • GraphicalSchemeDerivedDataRemover

        public GraphicalSchemeDerivedDataRemover()
    • Method Detail

      • remove

        public void remove​(IObjectDerivedDataContext context,
                           IBmModel model,
                           IBmTransaction transaction)
        Description copied from interface: IDerivedDataRemover
        Processes the removal of the top object. The processing code must not change the main model. It should be used only to perform clearing of caches, external indexes, etc
        Specified by:
        remove in interface IDerivedDataRemover
        Parameters:
        context - Context to process removal for, cannot be null
        model - The BM model reference, cannot be null
        transaction - The read-only transaction, cannot be null