Click or drag to resize

analyticConsoleWorkspace Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "T:imbWEM.Core.console.analyticConsoleWorkspace"]

Inheritance Hierarchy
SystemObject
  aceBindable
    aceAdvancedConsoleWorkspace
      imbWEM.Core.consoleanalyticConsoleWorkspace

Namespace:  imbWEM.Core.console
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public class analyticConsoleWorkspace : aceAdvancedConsoleWorkspace

The analyticConsoleWorkspace type exposes the following members.

Constructors
  NameDescription
Public methodanalyticConsoleWorkspace
Initializes a new instance of the analyticConsoleWorkspace class
Top
Properties
  NameDescription
Public propertyconsole
(Inherited from aceAdvancedConsoleWorkspace.)
Public propertyfolder
(Inherited from aceAdvancedConsoleWorkspace.)
Public propertyfolderReportOutput
Public propertyloadedInputs
(Inherited from aceAdvancedConsoleWorkspace.)
Public propertyprojectRootPath
Path to project's root folder - without \\ trail
(Inherited from aceAdvancedConsoleWorkspace.)
Top
Methods
  NameDescription
Public methoddeployWorkspace
If override, call .base(false) at the end of your code. To add new folders better idea is to override setAdditionalWorkspaceFolders
(Inherited from aceAdvancedConsoleWorkspace.)
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodgetInputList (Inherited from aceAdvancedConsoleWorkspace.)
Public methodgetNewOutput
Gets the new output.
(Inherited from aceAdvancedConsoleWorkspace.)
Public methodgetNewProjectName
Gets the new name of the project.
(Inherited from aceAdvancedConsoleWorkspace.)
Public methodgetScriptFileInfo
Gets the script file information.
(Inherited from aceAdvancedConsoleWorkspace.)
Public methodgetScriptList (Inherited from aceAdvancedConsoleWorkspace.)
Public methodGetType (Inherited from Object.)
Public methodloadData
Loads the data.
(Inherited from aceAdvancedConsoleWorkspace.)
Public methodloadInput (Inherited from aceAdvancedConsoleWorkspace.)
Public methodloadInputNext (Inherited from aceAdvancedConsoleWorkspace.)
Public methodloadMeta
Loads the meta.
(Inherited from aceAdvancedConsoleWorkspace.)
Public methodloadSample
Loads the sample.
Public methodloadScript (Inherited from aceAdvancedConsoleWorkspace.)
Public methodmakeFolder
Makes the folder in reportOutput with specified name, optionally adds numeric sufix to ensure it has unique name
Public methodmakeFolderName
Public methodmakeReporter
Public methodOnPropertyChanged (Inherited from aceBindable.)
Public methodPoke (Inherited from aceAdvancedConsoleWorkspace.)
Public methodresetLoadedInputs (Inherited from aceAdvancedConsoleWorkspace.)
Public methodsampleAcceptAndPrepare
Samples the accept and prepare -- central sample set operation
Public methodsampleExist
Public methodsaveData(DataSet, dataTableExportEnum) (Inherited from aceAdvancedConsoleWorkspace.)
Public methodsaveData(DataTable, dataTableExportEnum)
Saves the data.
(Inherited from aceAdvancedConsoleWorkspace.)
Public methodsaveLog (Inherited from aceAdvancedConsoleWorkspace.)
Public methodsaveMeta
Saves the meta.
(Inherited from aceAdvancedConsoleWorkspace.)
Public methodsaveOpLog (Inherited from aceAdvancedConsoleWorkspace.)
Public methodsaveOutput
Saves the output.
(Inherited from aceAdvancedConsoleWorkspace.)
Public methodsaveSample
Saves the sample.
Public methodsaveScript
Saves the script under specified filename (without extension, it will put the proper one automatically)
(Inherited from aceAdvancedConsoleWorkspace.)
Public methodsetAdditionalWorkspaceFolders (Overrides aceAdvancedConsoleWorkspace.setAdditionalWorkspaceFolders.)
Public methodtoNewOutput(String, String, String) (Inherited from aceAdvancedConsoleWorkspace.)
Public methodtoNewOutput(ListString, String, String) (Inherited from aceAdvancedConsoleWorkspace.)
Public methodToString (Inherited from Object.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from aceBindable.)
Top
See Also