Click or drag to resize

aceConsoleScript Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Sequence of commands to be executed by aceCommandConsole
Inheritance Hierarchy
SystemObject
  changeBindableBase
    fileunit
      imbACE.Services.consoleaceConsoleScript

Namespace:  imbACE.Services.console
Assembly:  imbACE.Services (in imbACE.Services.dll) Version: 0.2
Syntax
C#
public class aceConsoleScript : fileunit, 
	IAceConsoleScript, IEnumerable<string>, IEnumerable
Request Example View Source

The aceConsoleScript type exposes the following members.

Constructors
  NameDescription
Public methodaceConsoleScript
New script
Top
Properties
  NameDescription
Public propertyChanges (Inherited from changeBindableBase.)
Public propertycontentChanged (Inherited from fileunit.)
Public propertycontentLines (Inherited from fileunit.)
Public propertycurrentLine
Public propertyexecutionFinish
Public propertyexecutionStart
Public propertyHasChanges (Inherited from changeBindableBase.)
Public propertyinfo (Inherited from fileunit.)
Public propertyisReady
True if the script is ready for execution
Public propertylastWrite (Inherited from fileunit.)
Public propertyparent
Public propertypath (Inherited from fileunit.)
Top
Methods
  NameDescription
Public methodAbortExecution
Calls the script execution abort. It can't abort already called command but will abort on the next.
Public methodAppend(String, Boolean) (Inherited from fileunit.)
Public methodAppend(IEnumerableString, Boolean) (Inherited from fileunit.)
Public methodAppendUnique (Inherited from fileunit.)
Public methodDeployTemplate
Creates another instance of script, using this as template
Public methodExecute
Executes the specified console.
Public methodgetByteSize (Inherited from fileunit.)
Public methodGetChanges (Inherited from changeBindableBase.)
Public methodgetContent (Inherited from fileunit.)
Public methodgetContentLines (Inherited from fileunit.)
Public methodGetEnumerator
Public methodgetLineCount (Inherited from fileunit.)
Public methodgetOperater (Inherited from fileunit.)
Public methodGetScriptInForm
Gets the script in another commandLineFormat
Public methodInvokeChanged (Inherited from changeBindableBase.)
Public methodOnPropertyChanged (Inherited from changeBindableBase.)
Public methodSave (Inherited from fileunit.)
Public methodSaveAs (Inherited from fileunit.)
Public methodsetContent (Inherited from fileunit.)
Public methodsetContentLines (Inherited from fileunit.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from changeBindableBase.)
Top
Operators
Extension Methods
  NameDescription
Public Extension MethodaceGenEx (Defined by aceExceptionTools.)
Public Extension MethodaceSciEx (Defined by aceExceptionTools.)
Public Extension MethodGet
Gets aceSubEnum enumerator that iterates trough values found on the path
(Defined by enumerableExtensions.)
Public Extension MethodgetStringTokensFromUrls (Defined by imbUrlOps.)
Public Extension MethodimbGetFirstValue
Vraća prvu vrednost u listi strigova - može se doradi i na univerzalni nivo
(Defined by imbStringIndexWorks.)
Top
See Also

Reference

fileunit
[!:System.Collections.Generic.IEnumerable<System.String>]