Click or drag to resize

cEcospaceBaseResultsWriter Class

Base implementation of IEcospaceResultsWriter
Inheritance Hierarchy

Namespace:  EwECore
Assembly:  EwECore (in EwECore.dll) Version: 6.6.15981.0 (6.6.15981.0)
Syntax
public abstract class cEcospaceBaseResultsWriter : IEcospaceResultsWriter

The cEcospaceBaseResultsWriter type exposes the following members.

Constructors
  NameDescription
Public methodcEcospaceBaseResultsWriter
Initializes a new instance of the cEcospaceBaseResultsWriter class
Top
Properties
Methods
  NameDescription
Protected methodCreateOutputDir
Create the time stamped ouput directory.
Public methodEndWrite
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFileExtension
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 methodGetFleetFileName
Convert the variable, fleet index, extention and model time step into a valid fleet-based file name.
Public methodGetGroupFileName
Convert the variable, group index, extention and model time step into a valid group-based file name.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInit
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodScaleValue
Recalculate / rescale a value before it is written to the output file.
Protected methodsetAllFleetsSelected
Protected methodsetAllGroupsSelected
Protected methodsetCatchSelected
Public methodStartWrite
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodWriteResults
Protected methodWriteRunInfo
Top
Fields
  NameDescription
Protected fieldm_core
Zhe core.
Protected fieldm_FirstStep
Protected fieldm_OutputPath
The complete path to the directory containing result files.
Protected fieldm_selGroups
Protected fieldvars
Top
Extension Methods
  NameDescription
Public Extension MethodValue
Extension method; extract a value from an object by property name.
(Defined by Extensions.)
Top
Remarks
Provides directory creation and file naming functionality for derived classes
See Also