Click or drag to resize

CommandConsoleWorkspace Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "T:imbNLP.Project.console.CommandConsoleWorkspace"]

Inheritance Hierarchy
SystemObject
  aceBindable
    aceAdvancedConsoleWorkspace
      imbNLP.Project.consoleCommandConsoleWorkspace

Namespace:  imbNLP.Project.console
Assembly:  imbNLP.Project (in imbNLP.Project.dll) Version: 1.0.0
Syntax
C#
public class CommandConsoleWorkspace : aceAdvancedConsoleWorkspace

The CommandConsoleWorkspace type exposes the following members.

Constructors
  NameDescription
Public methodCommandConsoleWorkspace
Initializes the workspace for the imbNLP.Project console
Top
Properties
  NameDescription
Public propertyconsole (Inherited from aceAdvancedConsoleWorkspace.)
Public propertyfolder (Inherited from aceAdvancedConsoleWorkspace.)
Public propertyloadedInputs (Inherited from aceAdvancedConsoleWorkspace.)
Public propertyprojectRootPath (Inherited from aceAdvancedConsoleWorkspace.)
Top
Methods
  NameDescription
Public methoddeployWorkspace (Inherited from aceAdvancedConsoleWorkspace.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodgetFilename(IObjectWithName, String) (Inherited from aceAdvancedConsoleWorkspace.)
Protected methodgetFilename(String, String) (Inherited from aceAdvancedConsoleWorkspace.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodgetInputList (Inherited from aceAdvancedConsoleWorkspace.)
Public methodgetNewOutput (Inherited from aceAdvancedConsoleWorkspace.)
Public methodgetNewProjectName (Inherited from aceAdvancedConsoleWorkspace.)
Public methodgetScriptFileInfo (Inherited from aceAdvancedConsoleWorkspace.)
Public methodgetScriptList (Inherited from aceAdvancedConsoleWorkspace.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodloadData (Inherited from aceAdvancedConsoleWorkspace.)
Public methodloadInput (Inherited from aceAdvancedConsoleWorkspace.)
Public methodloadInputNext (Inherited from aceAdvancedConsoleWorkspace.)
Public methodloadMeta (Inherited from aceAdvancedConsoleWorkspace.)
Public methodloadScript (Inherited from aceAdvancedConsoleWorkspace.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnPropertyChanged (Inherited from aceBindable.)
Public methodPoke (Inherited from aceAdvancedConsoleWorkspace.)
Public methodresetLoadedInputs (Inherited from aceAdvancedConsoleWorkspace.)
Public methodsaveData(DataSet, dataTableExportEnum) (Inherited from aceAdvancedConsoleWorkspace.)
Public methodsaveData(DataTable, dataTableExportEnum) (Inherited from aceAdvancedConsoleWorkspace.)
Public methodsaveLog (Inherited from aceAdvancedConsoleWorkspace.)
Public methodsaveMeta (Inherited from aceAdvancedConsoleWorkspace.)
Public methodsaveOpLog (Inherited from aceAdvancedConsoleWorkspace.)
Public methodsaveOutput (Inherited from aceAdvancedConsoleWorkspace.)
Public methodsaveScript (Inherited from aceAdvancedConsoleWorkspace.)
Public methodsetAdditionalWorkspaceFolders
Gets called during workspace construction, the method should initiate any additional subdirectories that console's project uses
(Overrides aceAdvancedConsoleWorkspace.setAdditionalWorkspaceFolders.)
Public methodtoNewOutput(String, String, String) (Inherited from aceAdvancedConsoleWorkspace.)
Public methodtoNewOutput(ListString, String, String) (Inherited from aceAdvancedConsoleWorkspace.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from aceBindable.)
Top
See Also