Пример #1
0
 /// <summary>
 ///
 /// </summary>
 public StepInfo(ExecutionStepElement stepConfig)
 {
     StepConfig = stepConfig;
     Config     = new ActiveExecutionStepElement(StepConfig);
 }
Пример #2
0
        /*=========================*/
        #endregion

        #region Constructors
        /*=========================*/

        /// <summary>
        ///
        /// </summary>
        public StepInfo(AccountServiceSettingsElement accountStepConfig)
        {
            StepConfig        = accountStepConfig.Step.Element;
            AccountStepConfig = accountStepConfig;
            Config            = new ActiveExecutionStepElement(AccountStepConfig);
        }