private CsQueryView ConfigureView(CsQueryView view) { if (LayoutControllerType != null) { view.LayoutController = (ICsQueryController)CsQuery.Objects.CreateInstance(LayoutControllerType); } view.Options = Options; view.LibraryPath = LibraryPath; return(view); }
private CsQueryView ConfigureView(CsQueryView view) { view.Options = Options; view.LibraryPath = LibraryPath; return view; }
private CsQueryView ConfigureView(CsQueryView view) { view.Options = Options; view.LibraryPath = LibraryPath; return(view); }
private CsQueryView ConfigureView(CsQueryView view) { if (LayoutControllerType != null) { view.LayoutController = (ICsQueryController)CsQuery.Objects.CreateInstance(LayoutControllerType); } view.Options = Options; view.LibraryPath = LibraryPath; return view; }