Class TripPlanner.TripEdgeDataContext
public class TripPlanner.TripEdgeDataContext : DataContext, IDisposable, IDataContext, IDataContextReadonly, IDataContextWritable
- Inheritance
-
TripPlanner.TripEdgeDataContext
- Implements
- Inherited Members
- Extension Methods
Constructors
TripEdgeDataContext(string, double, double, double, bool)
public TripEdgeDataContext(string destinationName, double deltaVTotalCost, double deltaVCost, double inclinationCost, bool aerobrakePossible)
Parameters
destinationNamestringdeltaVTotalCostdoubledeltaVCostdoubleinclinationCostdoubleaerobrakePossiblebool
Fields
AerobrakePossible
public Property<bool> AerobrakePossible
Field Value
DeltaVCost
public Property<double> DeltaVCost
Field Value
DeltaVTotalCost
public Property<double> DeltaVTotalCost
Field Value
InclinationCost
public Property<double> InclinationCost
Field Value
LocalizedDestination
public Property<string> LocalizedDestination
Field Value
Methods
LocalizeDestination()
public void LocalizeDestination()