C# 클래스 CalDavSynchronizer.Ui.Options.SelectResourceForm

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: aluxnimm/outlookcaldavsynchronizer 1 사용 예제들

공개 메소드들

메소드 설명
CreateForFolderAssignment ( IOptionTasks optionTasks, ResourceType initialResourceTabToDisplay, IReadOnlyList calendars = null, IReadOnlyList addressBooks = null, IReadOnlyList taskLists = null ) : SelectResourceForm
CreateForResourceSelection ( ResourceType initialResourceTabToDisplay, IReadOnlyList calendars = null, IReadOnlyList addressBooks = null, IReadOnlyList taskLists = null ) : SelectResourceForm

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
InitializeComponent ( ) : void

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

OkButton_Click ( object sender, EventArgs e ) : void
SelectResourceForm ( ResourceType initialResourceTabToDisplay, IOptionTasks optionTasks, IReadOnlyList calendars = null, IReadOnlyList addressBooks = null, IReadOnlyList taskLists = null ) : System
SelectResourceForm ( ResourceType initialResourceTabToDisplay, IReadOnlyList calendars = null, IReadOnlyList addressBooks = null, IReadOnlyList taskLists = null ) : System
SetupFolderSelectionColumns ( System.Windows.Forms.DataGridView dataGridView, IOptionTasks optionTasks ) : void
_addressBookDataGridView_CellContentDoubleClick ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void
_addressBookDataGridView_CellFormatting ( object sender, System.Windows.Forms.DataGridViewCellFormattingEventArgs e ) : void
_calendarDataGridView_CellContentDoubleClick ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void
_calendarDataGridView_CellFormatting ( object sender, System.Windows.Forms.DataGridViewCellFormattingEventArgs e ) : void
_tasksDataGridView_CellContentDoubleClick ( object sender, System.Windows.Forms.DataGridViewCellEventArgs e ) : void
buttonCancel_Click ( object sender, EventArgs e ) : void

메소드 상세

CreateForFolderAssignment() 공개 정적인 메소드

public static CreateForFolderAssignment ( IOptionTasks optionTasks, ResourceType initialResourceTabToDisplay, IReadOnlyList calendars = null, IReadOnlyList addressBooks = null, IReadOnlyList taskLists = null ) : SelectResourceForm
optionTasks IOptionTasks
initialResourceTabToDisplay ResourceType
calendars IReadOnlyList
addressBooks IReadOnlyList
taskLists IReadOnlyList
리턴 SelectResourceForm

CreateForResourceSelection() 공개 정적인 메소드

public static CreateForResourceSelection ( ResourceType initialResourceTabToDisplay, IReadOnlyList calendars = null, IReadOnlyList addressBooks = null, IReadOnlyList taskLists = null ) : SelectResourceForm
initialResourceTabToDisplay ResourceType
calendars IReadOnlyList
addressBooks IReadOnlyList
taskLists IReadOnlyList
리턴 SelectResourceForm

Dispose() 보호된 메소드

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