DataDictionary.Generated.ControllersManager.ActivateAllNotifications C# (CSharp) Method

ActivateAllNotifications() public static method

public static ActivateAllNotifications ( ) : void
return void
        public static void ActivateAllNotifications()
        {
            BaseModelElementController.ActivateNotification();
            NamableController.ActivateNotification();
            ReferencesParagraphController.ActivateNotification();
            ReqRelatedController.ActivateNotification();
            DictionaryController.ActivateNotification();
            NameSpaceRefController.ActivateNotification();
            RuleCheckDisablingController.ActivateNotification();
            RuleCheckIdentifierController.ActivateNotification();
            NameSpaceController.ActivateNotification();
            ReqRefController.ActivateNotification();
            TypeController.ActivateNotification();
            EnumController.ActivateNotification();
            EnumValueController.ActivateNotification();
            RangeController.ActivateNotification();
            StructureController.ActivateNotification();
            StructureRefController.ActivateNotification();
            StructureElementController.ActivateNotification();
            CollectionController.ActivateNotification();
            FunctionController.ActivateNotification();
            ParameterController.ActivateNotification();
            CaseController.ActivateNotification();
            ProcedureController.ActivateNotification();
            StateMachineController.ActivateNotification();
            StateController.ActivateNotification();
            VariableController.ActivateNotification();
            RuleController.ActivateNotification();
            RuleConditionController.ActivateNotification();
            PreConditionController.ActivateNotification();
            ActionController.ActivateNotification();
            FrameRefController.ActivateNotification();
            FrameController.ActivateNotification();
            SubSequenceController.ActivateNotification();
            TestCaseController.ActivateNotification();
            StepController.ActivateNotification();
            SubStepController.ActivateNotification();
            ExpectationController.ActivateNotification();
            DBMessageController.ActivateNotification();
            DBPacketController.ActivateNotification();
            DBFieldController.ActivateNotification();
            TranslationDictionaryController.ActivateNotification();
            FolderController.ActivateNotification();
            TranslationController.ActivateNotification();
            SourceTextController.ActivateNotification();
            SourceTextCommentController.ActivateNotification();
            ShortcutDictionaryController.ActivateNotification();
            ShortcutFolderController.ActivateNotification();
            ShortcutController.ActivateNotification();
            RequirementSetController.ActivateNotification();
            RequirementSetDependancyController.ActivateNotification();
            SpecificationController.ActivateNotification();
            ChapterRefController.ActivateNotification();
            ChapterController.ActivateNotification();
            ParagraphController.ActivateNotification();
            RequirementSetReferenceController.ActivateNotification();
            MessageController.ActivateNotification();
            MsgVariableController.ActivateNotification();
            TypeSpecController.ActivateNotification();
            ValuesController.ActivateNotification();
            special_or_reserved_valuesController.ActivateNotification();
            special_or_reserved_valueController.ActivateNotification();
            maskController.ActivateNotification();
            matchController.ActivateNotification();
            meaningController.ActivateNotification();
            match_rangeController.ActivateNotification();
            resolution_formulaController.ActivateNotification();
            valueController.ActivateNotification();
            char_valueController.ActivateNotification();
            ParagraphRevisionController.ActivateNotification();
        }