C# 클래스 CheckCell.WorkbookState

파일 보기 프로젝트 열기: plasma-umass/DataDebug 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CONSIDER_ALL_OUTPUTS bool
GREEN System.Drawing.Color
IGNORE_PARSE_ERRORS bool
MAX_DURATION_IN_MS long
NBOOTS int
USE_WEIGHTS bool

공개 메소드들

메소드 설명
Analyze ( long max_duration_in_ms ) : void
Flag ( ) : void
ResetTool ( ) : void
WorkbookState ( Microsoft.Office.Interop.Excel app, Microsoft.Office.Interop.Excel workbook ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

Analyze() 공개 메소드

public Analyze ( long max_duration_in_ms ) : void
max_duration_in_ms long
리턴 void

Flag() 공개 메소드

public Flag ( ) : void
리턴 void

ResetTool() 공개 메소드

public ResetTool ( ) : void
리턴 void

WorkbookState() 공개 메소드

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

프로퍼티 상세

CONSIDER_ALL_OUTPUTS 공개적으로 정적으로 프로퍼티

public static bool CONSIDER_ALL_OUTPUTS
리턴 bool

GREEN 공개적으로 정적으로 프로퍼티

public static System.Drawing.Color GREEN
리턴 System.Drawing.Color

IGNORE_PARSE_ERRORS 공개적으로 정적으로 프로퍼티

public static bool IGNORE_PARSE_ERRORS
리턴 bool

MAX_DURATION_IN_MS 공개적으로 정적으로 프로퍼티

public static long MAX_DURATION_IN_MS
리턴 long

NBOOTS 공개적으로 정적으로 프로퍼티

public static int NBOOTS
리턴 int

USE_WEIGHTS 공개적으로 정적으로 프로퍼티

public static bool USE_WEIGHTS
리턴 bool