C# Class Dev2.Studio.Views.Explorer.ExplorerView

Interaction logic for ExplorerView.xaml
ファイルを表示 Open project: Warewolf-ESB/Warewolf

Public Methods

Method Description
ExplorerView ( ) : System
MoveItem ( ExplorerItemModel source, ExplorerItemModel destination, IStudioResourceRepository rep ) : void
ShouldNotMove ( IExplorerItemModel source, IExplorerItemModel destination ) : bool
TreeViewDrop ( object sender, System.Windows.DragEventArgs e ) : void

Private Methods

Method Description
HasNoChildren ( IExplorerItemModel source, IExplorerItemModel destination ) : bool
TreeViewItemRequestBringIntoView ( object sender, System.Windows.RequestBringIntoViewEventArgs e ) : void
TreeViewScrollViewerScrollChanged ( object sender, System.Windows.Controls.ScrollChangedEventArgs e ) : void

Method Details

ExplorerView() public method

public ExplorerView ( ) : System
return System

MoveItem() public static method

public static MoveItem ( ExplorerItemModel source, ExplorerItemModel destination, IStudioResourceRepository rep ) : void
source Dev2.Models.ExplorerItemModel
destination Dev2.Models.ExplorerItemModel
rep IStudioResourceRepository
return void

ShouldNotMove() public static method

public static ShouldNotMove ( IExplorerItemModel source, IExplorerItemModel destination ) : bool
source IExplorerItemModel
destination IExplorerItemModel
return bool

TreeViewDrop() public method

public TreeViewDrop ( object sender, System.Windows.DragEventArgs e ) : void
sender object
e System.Windows.DragEventArgs
return void