C# Class UserSimulation.ErrorDB

Mostra file Open project: plasma-umass/DataDebug Class Usage Examples

Public Methods

Method Description
AddError ( int r, int c, string worksheet, string workbook, string path, string value ) : void
Deserialize ( string filename ) : ErrorDB
ErrorDB ( ) : System
Serialize ( string filename ) : void

Method Details

AddError() public method

public AddError ( int r, int c, string worksheet, string workbook, string path, string value ) : void
r int
c int
worksheet string
workbook string
path string
value string
return void

Deserialize() public static method

public static Deserialize ( string filename ) : ErrorDB
filename string
return ErrorDB

ErrorDB() public method

public ErrorDB ( ) : System
return System

Serialize() public method

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