Пример #1
0
        public override void ValidateAfterChildrenAdded()
        {
            base.ValidateAfterChildrenAdded();

            // If the implementation is disabled (because the assembly belongs to disabled to plugin),
            // and it is not under plugin setup element, lets show a warning that the implementation will be ignored.
            if (!Enabled && OwningPluginElement == null)
            {
                MessagesHelper.LogElementDisabledWarning(this, ValueTypeInfo.Assembly, true);
            }
        }