Example #1
0
 protected WorkFilter(WorkHandler handler, IConfigSectionNode confNode) : this(handler.NonNull(name : ".ctor(handler==null)").Dispatcher, confNode)
 {
     m_Handler = handler;
     this.__setComponentDirector(handler);
 }
Example #2
0
 protected WorkFilter(WorkHandler handler, IConfigSectionNode confNode) : base(handler)
 {
     ctor(handler.NonNull(name: ".ctor(handler==null)").Dispatcher, confNode);
     m_Handler = handler;
 }
Example #3
0
 protected WorkFilter(WorkHandler handler, string name, int order) : this(handler.NonNull(name : ".ctor(handler==null)").Dispatcher, name, order)
 {
     m_Handler = handler;
     this.__setComponentDirector(handler);
 }
Example #4
0
 protected WorkFilter(WorkHandler handler, string name, int order) : base(handler)
 {
     ctor(handler.NonNull(name: ".ctor(handler==null)").Dispatcher, name, order);
     m_Handler = handler;
 }