Ejemplo n.º 1
0
        /// ------------------------------------------------------------------------------------
        /// <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);
        }
Ejemplo n.º 2
0
		/// ------------------------------------------------------------------------------------
		/// <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;
		}