C# 클래스 Bloom.CollectionChoosing.OpenCreateCloneControl

파일 보기 프로젝트 열기: BloomBooks/BloomDesktop

공개 메소드들

메소드 설명
CheckForBeingInDropboxFolder ( string path ) : void

This method checks 'path' for being in a Dropbox folder. If so, it displays a warning message.

Init ( MostRecentPathsList mruList, string filterString, Func createNewLibraryAndReturnPath ) : void
IsInvalidCollectionToEdit ( string path ) : bool
OpenCreateCloneControl ( ) : System
ReportIfInvalidCollectionToEdit ( string path ) : bool
SelectCollectionAndClose ( string path ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
AddChoice ( string localizedLabel, string localizedTooltip, bool enabled, EventHandler clickHandler, int row ) : Button
AddFileChoice ( string path, int index ) : void
CreateNewLibrary_LinkClicked ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OnBrowseForExistingLibraryClick ( object sender, EventArgs e ) : void
OnGetFromChorusHub ( object sender, EventArgs e ) : void
OnGetFromInternet ( object sender, EventArgs e ) : void
OnGetFromUsb ( object sender, EventArgs e ) : void
OnLoad ( object sender, EventArgs e ) : void
OnOpenRecentCollection ( object sender, EventArgs e ) : void
SelectAndCloneProject ( ICloneSourceDialog dlg ) : void
_readMoreLabel_Click ( object sender, LinkLabelLinkClickedEventArgs e ) : void

메소드 상세

CheckForBeingInDropboxFolder() 공개 정적인 메소드

This method checks 'path' for being in a Dropbox folder. If so, it displays a warning message.
public static CheckForBeingInDropboxFolder ( string path ) : void
path string
리턴 void

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

Init() 공개 메소드

public Init ( MostRecentPathsList mruList, string filterString, Func createNewLibraryAndReturnPath ) : void
mruList MostRecentPathsList
filterString string
createNewLibraryAndReturnPath Func
리턴 void

IsInvalidCollectionToEdit() 공개 정적인 메소드

public static IsInvalidCollectionToEdit ( string path ) : bool
path string
리턴 bool

OpenCreateCloneControl() 공개 메소드

public OpenCreateCloneControl ( ) : System
리턴 System

ReportIfInvalidCollectionToEdit() 공개 정적인 메소드

public static ReportIfInvalidCollectionToEdit ( string path ) : bool
path string
리턴 bool

SelectCollectionAndClose() 공개 메소드

public SelectCollectionAndClose ( string path ) : void
path string
리턴 void