Click or drag to resize

SimulationBase Class

[This is preliminary documentation and is subject to change.]

Represents a base item of the simulation. This is used to exactly identify each object.
Inheritance Hierarchy

Namespace:  TrafficSimulation.Simulation.Engine
Assembly:  TrafficSimulation.Simulation.Engine (in TrafficSimulation.Simulation.Engine.dll) Version: 1.0.0.2 (1.0.0.2)
Syntax
public class SimulationBase : ISimulationBase

The SimulationBase type exposes the following members.

Constructors
  NameDescription
Protected methodSimulationBase
Constructor where the Id gets set automatically
Public methodSimulationBase(Int32)
Constructor to set the id manually.
Top
Properties
  NameDescription
Public propertyId
The id of the Object
Top
Methods
  NameDescription
Public methodEquals
Equals Implementation
(Overrides ObjectEquals(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 methodGetHashCode
GetHashCode impelementation
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
ToString Implementation
(Overrides ObjectToString.)
Top
See Also