ResultDataDiffMain Class

Helper class for running a ResultDataDiff command line application.

Definition

Namespace: DHI.Mike1D.ResultDataAccess
Assembly: DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public class ResultDataDiffMain
Inheritance
Object    ResultDataDiffMain

Constructors

ResultDataDiffMain Default constructor

Properties

ResCheck Compare data
ResRef Reference data

Methods

CheckFiles Check if files exists on disc
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
LoadResultDatas Load all result data files to ResultDatas
Main Main method for startup.
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ParseCommandLineArgument Parse command line arguments
ParseCommandLineArguments Parse all command line arguments
PerformDiff Try perform difference on the two first files
PrintArguments Print usages to console
PrintLine Prints a line to the console, if level is less than static DebugLevel
ToStringReturns a string that represents the current object.
(Inherited from Object)
TryFindCompareFile Try automatically find compare file . if file ends with _ref.res1d

Fields

_silent Run silent (no console output)
AutoFindCompareFile Bool indicating if compare file should be automatically searched for, when reference file ends with "_ref.res1d"
ConsoleProgress Bool indicating if progress of loading the file should be printed to the console
DebugLevel Debug level, when outputting to console.
DifferResultDataDiff, performing diff operation, and holding a bit of setup parameters
Filenames List of filenames to load
ResultDatas All ResultDatas to handle

See Also