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

Interaction logic for ExplorerView.xaml
Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Méthode 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

Méthode 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 méthode

public ExplorerView ( ) : System
Résultat System

MoveItem() public static méthode

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

ShouldNotMove() public static méthode

public static ShouldNotMove ( IExplorerItemModel source, IExplorerItemModel destination ) : bool
source IExplorerItemModel
destination IExplorerItemModel
Résultat bool

TreeViewDrop() public méthode

public TreeViewDrop ( object sender, System.Windows.DragEventArgs e ) : void
sender object
e System.Windows.DragEventArgs
Résultat void