OTX Reference  
OpenTestSystem.Otx.Extensions.File.Actions Namespace Reference

Lists all ActionRealisation extensions. More...

Classes

class  CloseFile
 Saves and closes the current file. More...
 
class  DeleteDirectory
 Deletes a Directory on the specified path. More...
 
class  DeleteFile
 Deletes a File on the specified path. More...
 
class  SaveFile
 Saves all the content of the related file handle to the file. More...
 
class  WriteBytes
 Appends the specified bytes to the file handle. More...
 
class  WriteFile
 Writes all lines of a text file specified in the file handle. More...
 
class  WriteLine
 Appends the specified string value followed by a line terminator to the file handle. More...
 

Detailed Description

Lists all ActionRealisation extensions.

Lists all ActionRealisation extensions defined in this Extension. In addition to Terms, ActionRealisations describe the behavior of the program logic. An ActionRealisation will be used inside an Action node.

See also
Core.Nodes.Node.Action, Core.Terms