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

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

공개 메소드들

메소드 설명
CreateContextMenu ( ) : ContextMenuStrip
CreateControl ( ) : UserControl
NodeSSLCertificate ( int certificateID, string certificateName ) : System
OnDeleteObject ( object sender, EventArgs args ) : void

메소드 상세

CreateContextMenu() 공개 메소드

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

CreateControl() 공개 메소드

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

NodeSSLCertificate() 공개 메소드

public NodeSSLCertificate ( int certificateID, string certificateName ) : System
certificateID int
certificateName string
리턴 System

OnDeleteObject() 공개 메소드

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