protected WorkFilter(WorkHandler handler, IConfigSectionNode confNode) : this(handler.NonNull(text: ".ctor(handler==null)").Dispatcher, confNode) { m_Handler = handler; this.__setComponentDirector(handler); }
protected WorkFilter(WorkHandler handler, IConfigSectionNode confNode) : this(handler.NonNull(text : ".ctor(handler==null)").Dispatcher, confNode) { m_Handler = handler; this.__setComponentDirector(handler); }
protected WorkFilter(WorkHandler handler, string name, int order) : this(handler.NonNull(text: ".ctor(handler==null)").Dispatcher, name, order) { m_Handler = handler; this.__setComponentDirector(handler); }
protected WorkFilter(WorkHandler handler, string name, int order) : this(handler.NonNull(text : ".ctor(handler==null)").Dispatcher, name, order) { m_Handler = handler; this.__setComponentDirector(handler); }