Example #1
0
        internal static TriggerTranslation ChangeTrigger(object[] properties)
        {
            var translator = new TriggerTranslator();

            return(translator.BuildChange(properties));
        }
Example #2
0
        internal static TriggerTranslation ThresholdTrigger(object[] properties)
        {
            var translator = new TriggerTranslator();

            return(translator.BuildThreshold(properties));
        }