Пример #1
1
        private ActionMethodInfo BuildActionMethodInfo(ActionStepAttribute actionStep, MethodInfo method)
        {
            if (actionStep.ActionMatch == null)
                actionStep.BuildActionMatchFromMethodInfo(method);

            return new ActionMethodInfo(actionStep.ActionMatch, null, method, actionStep.Type);
        }
Пример #2
0
        private ActionMethodInfo BuildActionMethodInfo(ActionStepAttribute actionStep, MethodInfo method)
        {
            if (actionStep.ActionMatch == null)
            {
                actionStep.BuildActionMatchFromMethodInfo(method);
            }

            return(new ActionMethodInfo(actionStep.ActionMatch, null, method, actionStep.Type));
        }