Пример #1
0
        public void Visit(EndCancellationPolicy instruction)
        {
            executeInstruction(() =>
            {
                var path = ModelDataPath.Parse(ModelDataPath.This);
                // BeginActEntry starts a mapped property so we have to skip
                var currentGeneric = _genericStack.Skip(1).First();
                var actCode        = _configurations.Last().Code;

                currentGeneric.AddTransform(new ConfiguredCancellationPolicy(actCode, path, _transform, new ITransformArgument[0], _expander, _services));
            });
        }
Пример #2
0
 public void Visit(EndCancellationPolicy instruction)
 {
 }