C# 클래스 SmartQuant.Controls.Portfolios.PortfolioList

상속: FrameworkControl
파일 보기 프로젝트 열기: fastquant/fastquant.dll

공개 메소드들

메소드 설명
Init ( PermanentQueue messages ) : void
PortfolioList ( ) : System
UpdateGUI ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void
OnInit ( ) : void

비공개 메소드들

메소드 설명
AddPortfolio ( SmartQuant portfolio ) : void
ChangeParent ( SmartQuant portfolio ) : void
FrameworkCleared ( ) : void
InitializeComponent ( ) : void
RemovePortfolio ( SmartQuant portfolio ) : void
ShowPorfolio ( ) : void
ctxPortfolios_AddNew_Click ( object sender, EventArgs e ) : void
ctxPortfolios_Delete_Click ( object sender, EventArgs e ) : void
ctxPortfolios_Opening ( object sender, CancelEventArgs e ) : void
ctxPortfolios_Properties_Click ( object sender, EventArgs e ) : void
ctxPortfolios_View_Click ( object sender, EventArgs e ) : void
trvPortfolios_AfterSelect ( object sender, TreeViewEventArgs e ) : void
trvPortfolios_DoubleClick ( object sender, EventArgs e ) : void
trvPortfolios_MouseDown ( object sender, MouseEventArgs e ) : void

메소드 상세

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Init() 공개 메소드

public Init ( PermanentQueue messages ) : void
messages PermanentQueue
리턴 void

OnInit() 보호된 메소드

protected OnInit ( ) : void
리턴 void

PortfolioList() 공개 메소드

public PortfolioList ( ) : System
리턴 System

UpdateGUI() 공개 메소드

public UpdateGUI ( ) : void
리턴 void