C# 클래스 SmartQuant.Controls.Data.DataObjectViewer

파일 보기 프로젝트 열기: fastquant/fastquant.dll 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
dataSeries SmartQuant.DataSeries
lastItem System.Windows.Forms.ListViewItem
priceFormat string

공개 메소드들

메소드 설명
GetColumnHeaders ( ) : System.Windows.Forms.ColumnHeader[]
GetEditor ( ) : DataObjectEditor
GetListViewItem ( int index ) : System.Windows.Forms.ListViewItem
GetViewer ( byte dataObjectType ) : DataObjectViewer
ResetLastItem ( ) : void
SetDataSeries ( SmartQuant.DataSeries dataSeries ) : void
SetPriceFormat ( string priceFormat ) : void

보호된 메소드들

메소드 설명
CreateColumnHeader ( string text, int width, HorizontalAlignment alignment ) : ColumnHeader
DataObjectViewer ( ) : SmartQuant
GetCustomColumnHeaders ( ) : System.Windows.Forms.ColumnHeader[]
GetCustomSubItems ( int index ) : string[]

메소드 상세

CreateColumnHeader() 보호된 메소드

protected CreateColumnHeader ( string text, int width, HorizontalAlignment alignment ) : ColumnHeader
text string
width int
alignment HorizontalAlignment
리턴 System.Windows.Forms.ColumnHeader

DataObjectViewer() 보호된 메소드

protected DataObjectViewer ( ) : SmartQuant
리턴 SmartQuant

GetColumnHeaders() 공개 메소드

public GetColumnHeaders ( ) : System.Windows.Forms.ColumnHeader[]
리턴 System.Windows.Forms.ColumnHeader[]

GetCustomColumnHeaders() 보호된 추상적인 메소드

protected abstract GetCustomColumnHeaders ( ) : System.Windows.Forms.ColumnHeader[]
리턴 System.Windows.Forms.ColumnHeader[]

GetCustomSubItems() 보호된 추상적인 메소드

protected abstract GetCustomSubItems ( int index ) : string[]
index int
리턴 string[]

GetEditor() 공개 추상적인 메소드

public abstract GetEditor ( ) : DataObjectEditor
리턴 DataObjectEditor

GetListViewItem() 공개 메소드

public GetListViewItem ( int index ) : System.Windows.Forms.ListViewItem
index int
리턴 System.Windows.Forms.ListViewItem

GetViewer() 공개 정적인 메소드

public static GetViewer ( byte dataObjectType ) : DataObjectViewer
dataObjectType byte
리턴 DataObjectViewer

ResetLastItem() 공개 메소드

public ResetLastItem ( ) : void
리턴 void

SetDataSeries() 공개 메소드

public SetDataSeries ( SmartQuant.DataSeries dataSeries ) : void
dataSeries SmartQuant.DataSeries
리턴 void

SetPriceFormat() 공개 메소드

public SetPriceFormat ( string priceFormat ) : void
priceFormat string
리턴 void

프로퍼티 상세

dataSeries 보호되어 있는 프로퍼티

protected DataSeries,SmartQuant dataSeries
리턴 SmartQuant.DataSeries

lastItem 보호되어 있는 프로퍼티

protected ListViewItem,System.Windows.Forms lastItem
리턴 System.Windows.Forms.ListViewItem

priceFormat 보호되어 있는 프로퍼티

protected string priceFormat
리턴 string