C# Class Soloco.RealTimeWeb.VehicleMonitor.Messages.Vehicle.VehicleStopped

ファイルを表示 Open project: tim-cools/RealTimeWeb.NET

Public Methods

Method Description
ToString ( ) : string
VehicleStopped ( System.Guid vehicleId, string vehicleName, string location, double latitude, double longitude ) : System

Method Details

ToString() public method

public ToString ( ) : string
return string

VehicleStopped() public method

public VehicleStopped ( System.Guid vehicleId, string vehicleName, string location, double latitude, double longitude ) : System
vehicleId System.Guid
vehicleName string
location string
latitude double
longitude double
return System