Click or drag to resize

DfsAbstractFile Class

Base class implementation of the different DFS file types. Currently only the DfsFile is extending this, but if some day support for DFS is extended to some of the other file types as FileType, this will be required.
Inheritance Hierarchy

Namespace:  DHI.Generic.MikeZero.DFS
Assembly:  DHI.Generic.MIKEZero.DFS (in DHI.Generic.MIKEZero.DFS.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public abstract class DfsAbstractFile

The DfsAbstractFile type exposes the following members.

Properties
  NameDescription
Public propertyFileMode
Mode that the file was opened in.
Public propertyFileName
Name of file
Top
Methods
  NameDescription
Public methodClose
Close the file
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
See Also