C# Класс CalDavSynchronizer.Ui.Options.SelectResourceForm

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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