C# 클래스 hMailServer.Administrator.ucItemsView

파일 보기 프로젝트 열기: nberardi/hMailServer

공개 메소드들

메소드 설명
LoadData ( ) : void
LoadResources ( ) : void
OnLeavePage ( ) : void
SaveData ( ) : bool
ucItemsView ( ) : System

보호된 메소드들

메소드 설명
AddItem ( ) : void
DeleteItems ( List items ) : void
GetListView ( ) : ListView
LoadList ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

AddItem() 보호된 메소드

protected AddItem ( ) : void
리턴 void

DeleteItems() 보호된 메소드

protected DeleteItems ( List items ) : void
items List
리턴 void

GetListView() 보호된 메소드

protected GetListView ( ) : ListView
리턴 ListView

LoadData() 공개 메소드

public LoadData ( ) : void
리턴 void

LoadList() 보호된 메소드

protected LoadList ( ) : void
리턴 void

LoadResources() 공개 메소드

public LoadResources ( ) : void
리턴 void

OnLeavePage() 공개 메소드

public OnLeavePage ( ) : void
리턴 void

SaveData() 공개 메소드

public SaveData ( ) : bool
리턴 bool

ucItemsView() 공개 메소드

public ucItemsView ( ) : System
리턴 System