DFSLink Developer Documentation

AExternalData Members

AExternalData overview

Public Static Fields

ERROR Error message type. See also processMessage
INFO Info message type. See also processMessage
LOG_NAME Standard name of the DFSLink log file.
SCRIPT_NAME Standard name of the DFSLink script file.
WARNING Warning message type. See also processMessage

Public Static Methods

Equals (inherited from Object) 
ReferenceEquals (inherited from Object) 

Public Instance Properties

countedErrors Get: Get all counted errors. Set: Sets the counter back to zero (only a reset).
countedWarnings Get: Get all counted warnings. Set: Sets the counter back to zero (only a reset).

Public Instance Methods

closeFiles Close files.
countError Increase the error counter.
countWarning Increase the warning counter.
DisposeOverloaded. Dispose this object.
Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
openLogFileOverloaded. Opens a log file with the given name in the specified mode.
openScriptFileOverloaded. Opens a script file with the given name in the specified mode.
processMessage Process incoming messages.
ToString (inherited from Object) 

Protected Instance Constructors

AExternalData Constructor Initializes a new instance of the AExternalData class.

Protected Instance Fields

disposed Track whether Dispose has been called.
swLog Keeps the log streamwriter.
swScript Keeps the script streamwriter.

Protected Instance Methods

Finalize Use C# destructor syntax for finalization code. This destructor will run only if the Dispose method does not get called. It gives your base class the opportunity to finalize. Do not provide destructors in types derived from this class.
MemberwiseClone (inherited from Object) 
openFile Open and writes text to a file. The append argument specify the append or overwrite mode, so it is possible to append data to an existing file or overwrite an existing file. The file will be created if they doesn't exist.

Private Instance Fields

errorCounter Counts errors.
warningCounter Counts warnings.

Private Instance Methods

DisposeOverloaded.  

See Also

AExternalData Class | dfslink Namespace