public override System.Web.Mvc.PartialViewResult Description(WebPlex.Web.Mvc.UI.Components.DescriptionComponent component)
        {
            var callInfo = new T4MVC_System_Web_Mvc_PartialViewResult(Area, Name, ActionNames.Description);

            ModelUnbinderHelpers.AddRouteValues(callInfo.RouteValueDictionary, "component", component);
            DescriptionOverride(callInfo, component);
            return(callInfo);
        }
 partial void DescriptionOverride(T4MVC_System_Web_Mvc_PartialViewResult callInfo, WebPlex.Web.Mvc.UI.Components.DescriptionComponent component);