C# 클래스 Dev2.Studio.Views.Explorer.ExplorerView

Interaction logic for ExplorerView.xaml
파일 보기 프로젝트 열기: Warewolf-ESB/Warewolf

공개 메소드들

메소드 설명
ExplorerView ( ) : System
MoveItem ( ExplorerItemModel source, ExplorerItemModel destination, IStudioResourceRepository rep ) : void
ShouldNotMove ( IExplorerItemModel source, IExplorerItemModel destination ) : bool
TreeViewDrop ( object sender, System.Windows.DragEventArgs e ) : void

비공개 메소드들

메소드 설명
HasNoChildren ( IExplorerItemModel source, IExplorerItemModel destination ) : bool
TreeViewItemRequestBringIntoView ( object sender, System.Windows.RequestBringIntoViewEventArgs e ) : void
TreeViewScrollViewerScrollChanged ( object sender, System.Windows.Controls.ScrollChangedEventArgs e ) : void

메소드 상세

ExplorerView() 공개 메소드

public ExplorerView ( ) : System
리턴 System

MoveItem() 공개 정적인 메소드

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

ShouldNotMove() 공개 정적인 메소드

public static ShouldNotMove ( IExplorerItemModel source, IExplorerItemModel destination ) : bool
source IExplorerItemModel
destination IExplorerItemModel
리턴 bool

TreeViewDrop() 공개 메소드

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