C# Class CheckCell.WorkbookState

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

Public Properties

Property Type Description
CONSIDER_ALL_OUTPUTS bool
GREEN System.Drawing.Color
IGNORE_PARSE_ERRORS bool
MAX_DURATION_IN_MS long
NBOOTS int
USE_WEIGHTS bool

Public Methods

Method Description
Analyze ( long max_duration_in_ms ) : void
Flag ( ) : void
ResetTool ( ) : void
WorkbookState ( Microsoft.Office.Interop.Excel app, Microsoft.Office.Interop.Excel workbook ) : System

Private Methods

Method Description
ActivateAndCenterOn ( AST cell, Microsoft.Office.Interop.Excel app ) : void
FixError ( Action setUIState ) : void
MarkAsOK ( ) : void
RestoreOutputColors ( ) : void
RunProportionExperiment ( Microsoft.Office.Interop.Excel app, Microsoft.Office.Interop.Excel wb, Random rng, UserSimulation c, string output_dir, double thresh, ProgBar pb ) : void
RunSimulations ( Microsoft.Office.Interop.Excel app, Microsoft.Office.Interop.Excel wb, Random rng, UserSimulation c, string output_dir, double thresh, ProgBar pb ) : void
RunSubletyExperiment ( Microsoft.Office.Interop.Excel app, Microsoft.Office.Interop.Excel wb, Random rng, UserSimulation c, string output_dir, double thresh, ProgBar pb ) : void
SetTool ( bool active ) : void

Method Details

Analyze() public method

public Analyze ( long max_duration_in_ms ) : void
max_duration_in_ms long
return void

Flag() public method

public Flag ( ) : void
return void

ResetTool() public method

public ResetTool ( ) : void
return void

WorkbookState() public method

public WorkbookState ( Microsoft.Office.Interop.Excel app, Microsoft.Office.Interop.Excel workbook ) : System
app Microsoft.Office.Interop.Excel
workbook Microsoft.Office.Interop.Excel
return System

Property Details

CONSIDER_ALL_OUTPUTS public static property

public static bool CONSIDER_ALL_OUTPUTS
return bool

GREEN public static property

public static System.Drawing.Color GREEN
return System.Drawing.Color

IGNORE_PARSE_ERRORS public static property

public static bool IGNORE_PARSE_ERRORS
return bool

MAX_DURATION_IN_MS public static property

public static long MAX_DURATION_IN_MS
return long

NBOOTS public static property

public static int NBOOTS
return int

USE_WEIGHTS public static property

public static bool USE_WEIGHTS
return bool