DFSLink Developer Documentation

AExternalData Methods

The methods of the AExternalData class are listed below. For a complete list of AExternalData class members, see the AExternalData Members topic.

Public Static Methods

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

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 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 Methods

DisposeOverloaded.  

See Also

AExternalData Class | dfslink Namespace