Click or drag to resize

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.

Inheritance Hierarchy
SystemObject
  DHI.Mike1D.ResultDataAccessResultDataBuffer

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public class ResultDataBuffer

The ResultDataBuffer type exposes the following members.

Constructors
  NameDescription
Public methodResultDataBuffer
Initializes a new instance of the ResultDataBuffer class
Top
Methods
  NameDescription
Public methodDisposeResults
Delete references to result data
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFindOrCreateResultData(IFilePath, IDiagnostics)
Registers a ResultData in the buffer.
Public methodFindOrCreateResultData(IFilePath, String, IDiagnostics)
Registers a ResultData in the buffer.
Public methodFindOrCreateResultDataSearch(IFilePath, IDiagnostics)
Registers a ResultData in the buffer.
Public methodFindOrCreateResultDataSearch(IFilePath, String, IDiagnostics)
Registers a ResultData in the buffer.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRegister
Manually register a result data object to the buffer
Public methodRegisteredFilePaths
Return a list of all the filepaths registered in this buffer
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also