Click or drag to resize

cEnviroResponseShapeManager Class

Implemenation of the Base class for capacity shapes
Inheritance Hierarchy

Namespace:  EwECore
Assembly:  EwECore (in EwECore.dll) Version: 6.6.15981.0 (6.6.15981.0)
Syntax
public class cEnviroResponseShapeManager : cBaseShapeManager

The cEnviroResponseShapeManager type exposes the following members.

Properties
  NameDescription
Public propertyCore (Inherited from cBaseShapeManager.)
Public propertyCoreComponent (Inherited from cBaseShapeManager.)
Public propertyCoreItem
Use a Core one based index to retrieve an item
(Inherited from cBaseShapeManager.)
Public propertyCount
Number of Items(shapes) in this Shape Manager
(Inherited from cBaseShapeManager.)
Public propertyDataType (Inherited from cBaseShapeManager.)
Public propertyDBID (Inherited from cBaseShapeManager.)
Public propertyIndex (Inherited from cBaseShapeManager.)
Public propertyItem
Get a shape from the manager.
(Inherited from cBaseShapeManager.)
Public propertyName (Inherited from cBaseShapeManager.)
Public propertyNPoints (Overrides cBaseShapeManagerNPoints.)
Top
Methods
  NameDescription
Protected methodAdd
Add a shape to the manager
(Inherited from cBaseShapeManager.)
Public methodContains
Does this ShapeManager contain this cForcingFunction
(Inherited from cBaseShapeManager.)
Public methodCreateNewShape(String, Single, Int64, Single)
Create a new Mediation shape
(Overrides cBaseShapeManagerCreateNewShape(String, Single, Int64, Single).)
Public methodCreateNewShape(String, Single, Single, Single, Single, Single, Int64) Obsolete.
Shapes can not be created outside the Shape Manager; they must be created by a ShapeManager.
(Inherited from cBaseShapeManager.)
Protected methodDispose (Inherited from cBaseShapeManager.)
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 methodGetEnumerator
Implementation of IEnumerable.GetEnumerator provides access to the For Each statment
(Inherited from cBaseShapeManager.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetID (Inherited from cBaseShapeManager.)
Protected methodgetShapeForEcoSimArrayIndex
Convert an array index from the underlying data in EcoSim into the Forcing function that is stored in the list
(Inherited from cBaseShapeManager.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoad
Load the existing shape with the underlying Ecosim data
(Inherited from cBaseShapeManager.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Remove a shape from the Manager and the underlying EcoSim Data
(Inherited from cBaseShapeManager.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdate
Populate the underlying EcoSim data structures with the forcing function data
(Inherited from cBaseShapeManager.)
Protected methodUpdateIDs (Inherited from cBaseShapeManager.)
Top
Fields
  NameDescription
Protected fieldm_core
Reference to the core.
(Inherited from cBaseShapeManager.)
Protected fieldm_DataType
Type of shape this manager operates on.
(Inherited from cBaseShapeManager.)
Protected fieldm_shapes
List of shapes owned by this manager.
(Inherited from cBaseShapeManager.)
Protected fieldm_SimData
underlying EcoSim data
(Inherited from cBaseShapeManager.)
Top
Extension Methods
  NameDescription
Public Extension MethodValue
Extension method; extract a value from an object by property name.
(Defined by Extensions.)
Top
See Also