| ResultSpecification Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: DHI.Mike1D.ResultDataAccess
 Syntax
SyntaxThe ResultSpecification type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ResultSpecification | 
            Default constructor
             | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Connection | 
            Connection of where and how to store the file
             | 
|  | DefaultFilter | 
            Default filter
             | 
|  | Description | 
             Description of specification
             | 
|  | EndTime | 
             End Time for user result selection
              Set to MinValue to disable | 
|  | ID | 
            ID of specification
             | 
|  | Interpolate | 
            Flag specifying if to interpolate when result storing frequence does not match time steps of the simulation
             | 
|  | Mode | 
            Mode of which to open file. If file does not exist, 
            the file will always be created. Default is to overwrite
             | 
|  | StartTime | 
             Start Time for user result selection
              Set to MinValue to disable | 
|  | StoringFrequency | 
             Storing frequence.
             Default value: 1
             | 
|  | StoringFrequencyType | 
             Storing frequence type
             | 
|  | What | 
             List of what to store - which datatypes
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|   | CalculateStoringFrequencySpan | 
            Calculate a storingFrequency TimeSpan based on StoringFrequencyType
            and StoringFrequency | 
|  | Equals | Determines whether the specified object is equal to the current object.(Inherited from Object.) | 
|  | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) | 
|  | GetFilter | 
            Getting IRes1DSpatialFilter 
             | 
|  | GetHashCode | Serves as the default hash function. (Inherited from Object.) | 
|  | GetStoringFrequencySpan | 
            Calculate a storingFrequency TimeSpan based on StoringFrequencyType
            and StoringFrequency | 
|  | GetType | Gets the Type of the current instance.(Inherited from Object.) | 
|  | MemberwiseClone | Creates a shallow copy of the current Object.(Inherited from Object.) | 
|  | SetFilter | 
            Setting IRes1DSpatialFilter
             | 
|  | ToString | Returns a string that represents the current object.(Overrides ObjectToString.) | 
 Fields
Fields| Name | Description | |
|---|---|---|
|  | ResultType | 
            Result type
             | 
 Extension Methods
Extension Methods| Name | Description | |
|---|---|---|
|  | SaveHD | 
            Returns true if result is HD type
            (Defined by ResultDataExtensions.) | 
|  | SaveRR | 
            Returns true if result is rainfall-runoff type
            (Defined by ResultDataExtensions.) | 
 See Also
See Also