C# Class SmartQuant.Controls.Data.DataObjectViewer

Afficher le fichier Open project: fastquant/fastquant.dll Class Usage Examples

Protected Properties

Свойство Type Description
dataSeries SmartQuant.DataSeries
lastItem System.Windows.Forms.ListViewItem
priceFormat string

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
CreateColumnHeader ( string text, int width, HorizontalAlignment alignment ) : ColumnHeader
DataObjectViewer ( ) : SmartQuant
GetCustomColumnHeaders ( ) : System.Windows.Forms.ColumnHeader[]
GetCustomSubItems ( int index ) : string[]

Method Details

CreateColumnHeader() protected méthode

protected CreateColumnHeader ( string text, int width, HorizontalAlignment alignment ) : ColumnHeader
text string
width int
alignment HorizontalAlignment
Résultat System.Windows.Forms.ColumnHeader

DataObjectViewer() protected méthode

protected DataObjectViewer ( ) : SmartQuant
Résultat SmartQuant

GetColumnHeaders() public méthode

public GetColumnHeaders ( ) : System.Windows.Forms.ColumnHeader[]
Résultat System.Windows.Forms.ColumnHeader[]

GetCustomColumnHeaders() protected abstract méthode

protected abstract GetCustomColumnHeaders ( ) : System.Windows.Forms.ColumnHeader[]
Résultat System.Windows.Forms.ColumnHeader[]

GetCustomSubItems() protected abstract méthode

protected abstract GetCustomSubItems ( int index ) : string[]
index int
Résultat string[]

GetEditor() public abstract méthode

public abstract GetEditor ( ) : DataObjectEditor
Résultat DataObjectEditor

GetListViewItem() public méthode

public GetListViewItem ( int index ) : System.Windows.Forms.ListViewItem
index int
Résultat System.Windows.Forms.ListViewItem

GetViewer() public static méthode

public static GetViewer ( byte dataObjectType ) : DataObjectViewer
dataObjectType byte
Résultat DataObjectViewer

ResetLastItem() public méthode

public ResetLastItem ( ) : void
Résultat void

SetDataSeries() public méthode

public SetDataSeries ( SmartQuant.DataSeries dataSeries ) : void
dataSeries SmartQuant.DataSeries
Résultat void

SetPriceFormat() public méthode

public SetPriceFormat ( string priceFormat ) : void
priceFormat string
Résultat void

Property Details

dataSeries protected_oe property

protected DataSeries,SmartQuant dataSeries
Résultat SmartQuant.DataSeries

lastItem protected_oe property

protected ListViewItem,System.Windows.Forms lastItem
Résultat System.Windows.Forms.ListViewItem

priceFormat protected_oe property

protected string priceFormat
Résultat string