C# Class KEngine.Table.TabFileWriter

Write the TabFile!
Inheritance: IDisposable
显示文件 Open project: mr-kelly/KEngine

Public Properties

Property Type Description
TabFile TableFile

Public Methods

Method Description
Dispose ( ) : void
GetRow ( int row ) : TableRow
NewColumn ( string colName ) : int
NewColumn ( string colName, string defineStr ) : int
NewRow ( ) : TableRow
RemoveRow ( int row ) : bool
Save ( string fileName ) : bool
TabFileWriter ( ) : System
TabFileWriter ( TableFile tabFile ) : System
ToString ( ) : string

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GetRow() public method

public GetRow ( int row ) : TableRow
row int
return TableRow

NewColumn() public method

public NewColumn ( string colName ) : int
colName string
return int

NewColumn() public method

public NewColumn ( string colName, string defineStr ) : int
colName string
defineStr string
return int

NewRow() public method

public NewRow ( ) : TableRow
return TableRow

RemoveRow() public method

public RemoveRow ( int row ) : bool
row int
return bool

Save() public method

public Save ( string fileName ) : bool
fileName string
return bool

TabFileWriter() public method

public TabFileWriter ( ) : System
return System

TabFileWriter() public method

public TabFileWriter ( TableFile tabFile ) : System
tabFile TableFile
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

TabFile public_oe property

public TableFile TabFile
return TableFile