C# Class NetBase.Storage.Row

Stores data.
Afficher le fichier Open project: buttonpusher/NetBase Class Usage Examples

Méthodes publiques

Méthode Description
BinRead ( List columns, System br ) : void
BinWrite ( System bw ) : void
CopyData ( Row old, List newColumns ) : void

Generally used for creating new rows out of old ones, particularly when joining rows together

Row ( ITable t ) : System
ToString ( ) : string
this ( int index ) : object
this ( string name ) : object

Method Details

BinRead() public méthode

public BinRead ( List columns, System br ) : void
columns List
br System
Résultat void

BinWrite() public méthode

public BinWrite ( System bw ) : void
bw System
Résultat void

CopyData() public méthode

Generally used for creating new rows out of old ones, particularly when joining rows together
public CopyData ( Row old, List newColumns ) : void
old Row
newColumns List
Résultat void

Row() public méthode

public Row ( ITable t ) : System
t ITable
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

this() public méthode

public this ( int index ) : object
index int
Résultat object

this() public méthode

public this ( string name ) : object
name string
Résultat object