| Route Constructor (Route) |
Initializes a new instance of the
Route class
Namespace:
ParaPlanREST.Models
Assembly:
ParaPlanREST (in ParaPlanREST.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public Route(
Route route
)
public:
Route(
Route^ route
)
ParaPlanREST.Models.Route = function(route);
Parameters
- route
- Type: Route
[Missing <param name="route"/> documentation for "M:ParaPlanREST.Models.Route.#ctor(ParaPlan.Entities.Route)"]
See Also