C# Class Com.Aote.Report.Table

Inheritance: System.Windows.Controls.Control, INotifyPropertyChanged
Afficher le fichier Open project: DuBin1988/newsellinggas

Méthodes publiques

Свойство Type Description
sqls ObservableCollection

Méthodes publiques

Méthode Description
AddSql ( ) : void
ComposeCell ( ) : void
DecomposeCell ( ) : void
DeleteRow ( ) : void
InsertColumn ( ) : void
InsertRow ( ) : void
Load ( string fileName ) : void
OnApplyTemplate ( ) : void
OnPropertyChanged ( string name ) : void
Save ( string fileName ) : void
markbottom ( ) : void
markdrop ( ) : void
markhead ( ) : void
markheadchange ( ) : void
markleft ( ) : void
markmain ( ) : void
setcenter ( ) : void
setfont ( ) : void
setfontsize ( ) : void
setleft ( ) : void
setright ( ) : void

Méthodes protégées

Méthode Description
OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
OnMouseLeftButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void

Private Methods

Méthode Description
GetCell ( int row, int column ) : Cell
GetHeight ( Cell cell ) : int
GetPosition ( Point point ) : object
GetWidth ( Cell cell ) : int
Layout ( ) : void
LayoutCellWidthAndHeight ( ) : void
LayoutCells ( ) : void
LayoutColumns ( ) : void
LayoutEditBox ( ) : void
LayoutLines ( ) : void
LayoutRows ( ) : void
SelectCell ( Point point ) : void
Table ( ) : Newtonsoft.Json

Method Details

AddSql() public méthode

public AddSql ( ) : void
Résultat void

ComposeCell() public méthode

public ComposeCell ( ) : void
Résultat void

DecomposeCell() public méthode

public DecomposeCell ( ) : void
Résultat void

DeleteRow() public méthode

public DeleteRow ( ) : void
Résultat void

InsertColumn() public méthode

public InsertColumn ( ) : void
Résultat void

InsertRow() public méthode

public InsertRow ( ) : void
Résultat void

Load() public méthode

public Load ( string fileName ) : void
fileName string
Résultat void

OnApplyTemplate() public méthode

public OnApplyTemplate ( ) : void
Résultat void

OnMouseLeftButtonDown() protected méthode

protected OnMouseLeftButtonDown ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
Résultat void

OnMouseLeftButtonUp() protected méthode

protected OnMouseLeftButtonUp ( System.Windows.Input.MouseButtonEventArgs e ) : void
e System.Windows.Input.MouseButtonEventArgs
Résultat void

OnMouseMove() protected méthode

protected OnMouseMove ( System.Windows.Input.MouseEventArgs e ) : void
e System.Windows.Input.MouseEventArgs
Résultat void

OnPropertyChanged() public méthode

public OnPropertyChanged ( string name ) : void
name string
Résultat void

Save() public méthode

public Save ( string fileName ) : void
fileName string
Résultat void

markbottom() public méthode

public markbottom ( ) : void
Résultat void

markdrop() public méthode

public markdrop ( ) : void
Résultat void

markhead() public méthode

public markhead ( ) : void
Résultat void

markheadchange() public méthode

public markheadchange ( ) : void
Résultat void

markleft() public méthode

public markleft ( ) : void
Résultat void

markmain() public méthode

public markmain ( ) : void
Résultat void

setcenter() public méthode

public setcenter ( ) : void
Résultat void

setfont() public méthode

public setfont ( ) : void
Résultat void

setfontsize() public méthode

public setfontsize ( ) : void
Résultat void

setleft() public méthode

public setleft ( ) : void
Résultat void

setright() public méthode

public setright ( ) : void
Résultat void

Property Details

sqls public_oe property

public ObservableCollection sqls
Résultat ObservableCollection