Click or drag to resize

cEcospaceResultsWriterDataSourceBase Class

Base class for data source objects used by the cEcospaceAvgModelAreaResultsWriter to write averaged Ecospace results to a csv file.
Inheritance Hierarchy

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

The cEcospaceResultsWriterDataSourceBase type exposes the following members.

Constructors
  NameDescription
Public methodcEcospaceResultsWriterDataSourceBase
Initializes a new instance of the cEcospaceResultsWriterDataSourceBase class
Top
Properties
  NameDescription
Public propertyAreaDescriptor
Description of the area that is covered by the data. This can be the total area or a region
Public propertyAreaIndex
Index of the Region for this datasource
Public propertyDataDescriptor
Description of the data used in the header of the file
Public propertyFilenameIdentifier
File identifier use to build the file name
Public propertynResults
Number of results in the data source. This can be ngroups, nfleets, ngroups * nfleets depending on the data.
Public propertynWaterCells
Number of water cells in the area
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodFieldName
Name of the result field. This can be a group name, fleet name, or a combo of both
Public methodFileNameAbbreviation
Four character abbreviation of Variable and Area
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 methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodgetResult
Return the result for this index and time step
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInit
Init the data source
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Protected fieldm_core
Protected fieldm_spaceData
Top
Extension Methods
  NameDescription
Public Extension MethodValue
Extension method; extract a value from an object by property name.
(Defined by Extensions.)
Top
Remarks
See Also