C# Class hMailServer.Administrator.ucItemsView

Exibir arquivo Open project: nberardi/hMailServer

Public Methods

Method Description
LoadData ( ) : void
LoadResources ( ) : void
OnLeavePage ( ) : void
SaveData ( ) : bool
ucItemsView ( ) : System

Protected Methods

Method Description
AddItem ( ) : void
DeleteItems ( List items ) : void
GetListView ( ) : ListView
LoadList ( ) : void

Private Methods

Method Description
EditSelectedItem ( ) : void
EnableDisable ( ) : void
OnDoubleClick ( object sender, EventArgs e ) : void
OnSelectedIndexChanged ( object sender, EventArgs e ) : void
buttonAdd_Click ( object sender, EventArgs e ) : void
buttonEdit_Click ( object sender, EventArgs e ) : void
buttonRemove_Click ( object sender, EventArgs e ) : void

Method Details

AddItem() protected method

protected AddItem ( ) : void
return void

DeleteItems() protected method

protected DeleteItems ( List items ) : void
items List
return void

GetListView() protected method

protected GetListView ( ) : ListView
return ListView

LoadData() public method

public LoadData ( ) : void
return void

LoadList() protected method

protected LoadList ( ) : void
return void

LoadResources() public method

public LoadResources ( ) : void
return void

OnLeavePage() public method

public OnLeavePage ( ) : void
return void

SaveData() public method

public SaveData ( ) : bool
return bool

ucItemsView() public method

public ucItemsView ( ) : System
return System