C# Class ProjToolV2.ServerObjectsDelete

Inheritance: BaseForm
Exibir arquivo Open project: OfficeDev/Project-Samples Class Usage Examples

Public Methods

Method Description
ServerObjectsDelete ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
BTN_Back_Click ( object sender, EventArgs e ) : void
BTN_Calendars_Click ( object sender, EventArgs e ) : void
BTN_Cancel_Click ( object sender, EventArgs e ) : void
BTN_CustomFields_Click ( object sender, EventArgs e ) : void
BTN_Delete_Click ( object sender, EventArgs e ) : void
BTN_LookupTables_Click ( object sender, EventArgs e ) : void
BTN_Projects_Click ( object sender, EventArgs e ) : void
BTN_Resources_Click ( object sender, EventArgs e ) : void
DeleteCalendars ( ) : void
DeleteCustomFields ( ) : void
DeleteLookupTables ( ) : void
DeleteProjects ( ) : void
DeleteResources ( ) : void
DeleteSelectedCalendars ( ) : void
DeleteSelectedCustomFields ( ) : void
DeleteSelectedLookupTables ( ) : void
DeleteSelectedProjects ( ) : void
DeleteSelectedResources ( ) : void
InitializeComponent ( ) : void

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

LoadCalendars ( ) : void
LoadCalendarsList ( ) : void
LoadCustomFields ( ) : void
LoadCustomFieldsList ( ) : void
LoadLookupTables ( ) : void
LoadLookupTablesList ( ) : void
LoadProjects ( ) : void
LoadProjectsList ( ) : void
LoadResources ( ) : void
LoadResourcesList ( ) : void
PropulateServerObjects ( ) : void
ServerObjectsDelete_Load ( object sender, EventArgs e ) : void

Method Details

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

ServerObjectsDelete() public method

public ServerObjectsDelete ( ) : System
return System