C# Class ShineTableParser.ShineTable

Inheritance: System.Data.DataTable
Mostra file Open project: Zepheus/Fiesta_Utils Class Usage Examples

Public Methods

Method Description
AddColumn ( string name, string type ) : void
AddRow ( object data ) : void
ShineTable ( string name ) : System
ToFile ( string filename ) : void

Method Details

AddColumn() public method

public AddColumn ( string name, string type ) : void
name string
type string
return void

AddRow() public method

public AddRow ( object data ) : void
data object
return void

ShineTable() public method

public ShineTable ( string name ) : System
name string
return System

ToFile() public method

public ToFile ( string filename ) : void
filename string
return void