C# 클래스 hMailServer.Administrator.Nodes.NodeAccount

상속: INode
파일 보기 프로젝트 열기: nberardi/hMailServer 1 사용 예제들

공개 메소드들

메소드 설명
CreateContextMenu ( ) : ContextMenuStrip
CreateControl ( ) : UserControl
NodeAccount ( int domainID, string accountName, int accountID ) : System
OnDeleteAccount ( object sender, EventArgs args ) : void

메소드 상세

CreateContextMenu() 공개 메소드

public CreateContextMenu ( ) : ContextMenuStrip
리턴 System.Windows.Forms.ContextMenuStrip

CreateControl() 공개 메소드

public CreateControl ( ) : UserControl
리턴 System.Windows.Forms.UserControl

NodeAccount() 공개 메소드

public NodeAccount ( int domainID, string accountName, int accountID ) : System
domainID int
accountName string
accountID int
리턴 System

OnDeleteAccount() 공개 메소드

public OnDeleteAccount ( object sender, EventArgs args ) : void
sender object
args System.EventArgs
리턴 void