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

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

        }