Beispiel #1
0
        public void GeneratePreparation(PreProxyEventArgs args)
        {
            var notifyBase = new NotifyBase();

            args.Interceptors.Add(new PropertyNotifyInterceptor(notifyBase));
            args.GenerationOptions.AddMixinInstance(notifyBase);
        }
Beispiel #2
0
 public void GeneratePreparation(PreProxyEventArgs args)
 {
     args.Interceptors.Add(new ValidateInterceptor());
 }
 public void GeneratePreparation(PreProxyEventArgs args)
 {
     _agentPreparation.Invoke(args);
 }