- Assembly
- Db4odoc.Tutorial .Chapters-2010 .dll 
- Namespace
- Db4odoc.Tutorial .F1 .Chapter8 
- Interfaces
- 
									- IActivatable
 
- Base Types
- 
									- Object
 
							graph BT
	Type-->Base0["Object"]
	Type-.->Interface0["IActivatable"]
	Type["Car"]
class Type type-node
						
					Syntax
public class Car : IActivatableConstructors
| Name | Summary | 
|---|---|
| Car | 
Properties
| Name | Value | Summary | 
|---|---|---|
| History | SensorReadout | |
| Model | string | |
| Pilot | Pilot | |
| Pilot | Pilot | 
Methods
| Name | Value | Summary | 
|---|---|---|
| Activate | void | |
| Bind | void | |
| PollOilPressure | double | |
| PollOilTemperature | double | |
| PollWaterTemperature | double | |
| snapshot | void | |
| ToString | string |