C# 클래스 MonoDevelop.VersionControl.TFS.GUI.VersionControl.SourceControlExplorerView

상속: MonoDevelop.Ide.Gui.AbstractViewContent
파일 보기 프로젝트 열기: Indomitable/monodevelop-tfs-addin 1 사용 예제들

공개 메소드들

메소드 설명
Load ( string fileName ) : void
Open ( ProjectCollection collection ) : void
Open ( ProjectCollection collection, string path, string fileName ) : void
Open ( ProjectInfo project ) : void
SourceControlExplorerView ( ) : System

비공개 메소드들

메소드 설명
AddChilds ( Gtk.TreeIter node, List children ) : void
AttachEvents ( ) : void
BuildGui ( ) : void
BuildPopupMenu ( ) : Gtk.Menu
CreateAddFileMenuItem ( ExtendedItem item ) : Gtk.MenuItem
CreateOpenFolderMenuItem ( ExtendedItem item ) : Gtk.MenuItem
DeleteItems ( List items ) : void
DownloadItemToTemp ( ExtendedItem extendedItem ) : string
EditGroup ( List items ) : List
ExpandPath ( string path ) : void
FillListView ( string serverPath ) : void
FillTreeView ( ) : void
FillWorkspaces ( ) : void
FindListItem ( string name ) : void
FireFilesChanged ( List items ) : void
FireFilesRemoved ( List items ) : void
ForceGetLatestVersion ( List items ) : void
GetGroup ( List items ) : List
GetItemImage ( ItemType itemType ) : Gdk.Pixbuf
GetLatestVersion ( List items ) : void
GetRepositoryImage ( ) : Gdk.Pixbuf
IsMapped ( string serverPath ) : bool
Load ( ProjectCollection collection ) : void
MapItem ( List items ) : void
NotMappedMenu ( List items ) : List
OnChangeActiveWorkspaces ( object sender, EventArgs ev ) : void
OnFolderChanged ( object sender, EventArgs e ) : void
OnListItemClicked ( object sender, Gtk.RowActivatedArgs e ) : void
OnListViewMouseClick ( object o, ButtonPressEventArgs args ) : void
OnManageWorkspaces ( object sender, EventArgs e ) : void
OnRefresh ( object sender, EventArgs e ) : void
OnTreeViewItemClicked ( object o, Gtk.RowActivatedArgs args ) : void
RefreshList ( List items ) : void
ShowMappingPath ( VersionControlPath serverPath ) : void

메소드 상세

Load() 공개 메소드

public Load ( string fileName ) : void
fileName string
리턴 void

Open() 공개 정적인 메소드

public static Open ( ProjectCollection collection ) : void
collection ProjectCollection
리턴 void

Open() 공개 정적인 메소드

public static Open ( ProjectCollection collection, string path, string fileName ) : void
collection ProjectCollection
path string
fileName string
리턴 void

Open() 공개 정적인 메소드

public static Open ( ProjectInfo project ) : void
project ProjectInfo
리턴 void

SourceControlExplorerView() 공개 메소드

public SourceControlExplorerView ( ) : System
리턴 System