/// ------------------------------------------------------------------------------------ /// <summary> /// Internal version of CreateEditingHelper allows subclasses to override to create a /// subclass of TeEditingHelper without repeating the common initialization code. /// </summary> /// ------------------------------------------------------------------------------------ protected override TeEditingHelper CreateEditingHelper_Internal() { TestTeEditingHelper helper = new TestTeEditingHelper(this, Cache, m_filterInstance, m_viewType, m_app); helper.ContentType = ContentType; return(helper); }
/// ------------------------------------------------------------------------------------ /// <summary> /// Internal version of CreateEditingHelper allows subclasses to override to create a /// subclass of TeEditingHelper without repeating the common initialization code. /// </summary> /// ------------------------------------------------------------------------------------ protected override TeEditingHelper CreateEditingHelper_Internal() { TestTeEditingHelper helper = new TestTeEditingHelper(this, Cache, m_filterInstance, m_viewType, m_app); helper.ContentType = ContentType; return helper; }