ResultDataBuffer Class |
Class that contains a number of resultdata files. In case of more than one component needing access to the same result data file, it should only be opened once (performance/ressource issues). Hence, each component using a result data file should ask this buffer for the file and if it already exist in the buffer, the existing file will be used.
Each result data file is idenfitied by its full filepath name.
Namespace: DHI.Mike1D.ResultDataAccess
The ResultDataBuffer type exposes the following members.
Name | Description | |
---|---|---|
ResultDataBuffer | Initializes a new instance of the ResultDataBuffer class |
Name | Description | |
---|---|---|
DisposeResults |
Delete references to result data
| |
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.) | |
FindOrCreateResultData(IFilePath, IDiagnostics) |
Registers a ResultData in the buffer.
| |
FindOrCreateResultData(IFilePath, String, IDiagnostics) |
Registers a ResultData in the buffer.
| |
FindOrCreateResultDataSearch(IFilePath, IDiagnostics) |
Registers a ResultData in the buffer.
| |
FindOrCreateResultDataSearch(IFilePath, String, IDiagnostics) |
Registers a ResultData in the buffer.
| |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Register |
Manually register a result data object to the buffer
| |
RegisteredFilePaths |
Return a list of all the filepaths registered in this buffer
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |