C# Class Data.Table

Show file Open project: hogeschool/INFDEV03-5 Class Usage Examples

Public Methods

Method Description
AddRow ( Value row ) : void
Map ( Value[]>.Func mapFunction ) : Table
Reduce ( Func reduction, Value reducedValue ) : Data.Value[]
Table ( List rows ) : System
Table ( string fileName ) : System
ToString ( ) : string

Method Details

AddRow() public method

public AddRow ( Value row ) : void
row Value
return void

Map() public method

public Map ( Value[]>.Func mapFunction ) : Table
mapFunction Value[]>.Func
return Table

Reduce() public method

public Reduce ( Func reduction, Value reducedValue ) : Data.Value[]
reduction Func
reducedValue Value
return Data.Value[]

Table() public method

public Table ( List rows ) : System
rows List
return System

Table() public method

public Table ( string fileName ) : System
fileName string
return System

ToString() public method

public ToString ( ) : string
return string