Click or drag to resize

cEggProductionShapeManager Class

Manager for the Egg Production Shapes
Inheritance Hierarchy

Namespace:  EwECore
Assembly:  EwECore (in EwECore.dll) Version: 6.6.15981.0 (6.6.15981.0)
Syntax
public class cEggProductionShapeManager : cForcingFunctionShapeManager

The cEggProductionShapeManager 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 propertyGroupShapeList
Public propertyIndex (Inherited from cBaseShapeManager.)
Public propertyItem
Get a shape from the manager.
(Inherited from cBaseShapeManager.)
Public propertyName (Inherited from cBaseShapeManager.)
Public propertyNPoints
Number of points in the underlying Shape data
(Inherited from cForcingFunctionShapeManager.)
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)
Creates a new shape
(Inherited from cForcingFunctionShapeManager.)
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 (Inherited from cForcingFunctionShapeManager.)
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 (Overrides cBaseShapeManagerLoad.)
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
Remarks
Egg production and Forcing shapes are stored in the same data structures in EcoSim so most of their functionality is in cForcingFunctionManager. The only real difference is in how the data is applied to groups. Egg Production can only be applied to a Stanza Group. So the manager contains a list of all the Stanza Groups that have an associated Egg Production shape.
See Also