IPCBIScriptAnalysis Interface

Definition

Namespace: PCBIScript
Assembly: PCBI_ScriptEngine (in PCBI_ScriptEngine.dll) Version: 17.0.0.0 (17.0.0.0)
C#
public interface IPCBIScriptAnalysis : IPCBIScript, 
	IPCBIAnalysis
Implements
IPCBIAnalysis, IPCBIScript

Properties

Name The name of this analysis to identify it with the settings.
(Inherited from IPCBIAnalysis)
PreviewIcon The preview icon for this analysis
(Inherited from IPCBIAnalysis)
ResultsFolderName The path to the results directory of this analysis relative to the job path
(Inherited from IPCBIAnalysis)
ShowResultsPreview Set if the file preview should show if results are available
(Inherited from IPCBIAnalysis)
Title The readable name of this analysis
(Inherited from IPCBIAnalysis)

Methods

Execute
(Inherited from IPCBIScript)
GetStandardRules Create a instance of rules to define the default standard rules.
(Inherited from IPCBIAnalysis)

See Also