C# Class CalDavSynchronizer.Ui.Options.SelectResourceForm

Inheritance: System.Windows.Forms.Form
显示文件 Open project: aluxnimm/outlookcaldavsynchronizer Class Usage Examples

Public Methods

Method Description
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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
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

Method Details

CreateForFolderAssignment() public static method

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
return SelectResourceForm

CreateForResourceSelection() public static method

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

Dispose() protected method

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