Click or drag to resize

aceAdvancedConsoleWorkspace Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Workspace helper object for aceAdvanced console
Inheritance Hierarchy
SystemObject
  imbACE.Core.coreaceBindable
    imbACE.Services.consoleaceAdvancedConsoleWorkspace

Namespace:  imbACE.Services.console
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public abstract class aceAdvancedConsoleWorkspace : aceBindable
Request Example View Source

The aceAdvancedConsoleWorkspace type exposes the following members.

Constructors
  NameDescription
Public methodaceAdvancedConsoleWorkspace
It will run deployWorkspace(Boolean) after setting console reference
Top
Properties
  NameDescription
Public propertyconsole
Public propertyfolder
Public propertyloadedInputs
Public propertyprojectRootPath
Path to project's root folder - without \\ trail
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
Public methodgetInputList
Public methodgetNewOutput
Gets the new output.
Public methodgetNewProjectName
Gets the new name of the project.
Public methodgetScriptFileInfo
Gets the script file information.
Public methodgetScriptList
Public methodloadData
Loads the data.
Public methodloadInput
Public methodloadInputNext
Public methodloadMeta
Loads the meta.
Public methodloadScript
Public methodOnPropertyChanged (Inherited from aceBindable.)
Public methodPoke
Public methodresetLoadedInputs
Public methodsaveData(DataSet, dataTableExportEnum)
Public methodsaveData(DataTable, dataTableExportEnum)
Saves the data.
Public methodsaveLog
Public methodsaveMeta
Saves the meta.
Public methodsaveOpLog
Public methodsaveOutput
Saves the output.
Public methodsaveScript
Saves the script under specified filename (without extension, it will put the proper one automatically)
Public methodsetAdditionalWorkspaceFolders
Gets called during workspace construction, the method should initiate any additional subdirectories that console's project uses
Public methodtoNewOutput(ListString, String, String)
Public methodtoNewOutput(String, String, String)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from aceBindable.)
Top
Fields
  NameDescription
Public fieldStatic memberOUTPUT_PREFIX
Top
Extension Methods
  NameDescription
Public Extension MethodaceGenEx (Defined by aceExceptionTools.)
Public Extension MethodaceSciEx (Defined by aceExceptionTools.)
Top
See Also