StateReadMode Enumeration

Read mode enumeration, describing what happens when reading and old/new version of a state file.

Definition

Namespace: DHI.Mike1D.ModelState
Assembly: DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 24.0.0.0 (11.1.1.1111)
C#
public enum StateReadMode

Members

Exact0 If the state file version is identical to the bridge version, then we expect all known items to be present in the file
NewFile1 If the state file version is newer than the bridge version, then we will skip unknown items in the file.
OldFile2 If the state file version is older than the bridge version, then we will skip processing items if they are missing in the file

Extension Methods

IsOneOf Returns true if enumeration is one of the listed ones.
(Defined by GenericExtensions)

See Also