C# Class KEngine.Table.TabFileWriter

Write the TabFile!
Inheritance: IDisposable
Afficher le fichier Open project: mr-kelly/KEngine

Méthodes publiques

Свойство Type Description
TabFile TableFile

Méthodes publiques

Méthode 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 méthode

public Dispose ( ) : void
Résultat void

GetRow() public méthode

public GetRow ( int row ) : TableRow
row int
Résultat TableRow

NewColumn() public méthode

public NewColumn ( string colName ) : int
colName string
Résultat int

NewColumn() public méthode

public NewColumn ( string colName, string defineStr ) : int
colName string
defineStr string
Résultat int

NewRow() public méthode

public NewRow ( ) : TableRow
Résultat TableRow

RemoveRow() public méthode

public RemoveRow ( int row ) : bool
row int
Résultat bool

Save() public méthode

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

TabFileWriter() public méthode

public TabFileWriter ( ) : System
Résultat System

TabFileWriter() public méthode

public TabFileWriter ( TableFile tabFile ) : System
tabFile TableFile
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

TabFile public_oe property

public TableFile TabFile
Résultat TableFile