Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 15f443ee authored by Harald Martini's avatar Harald Martini
Browse files

added comment for GetVehicleType

parent 6cd94de0
No related branches found
No related tags found
No related merge requests found
......@@ -63,6 +63,11 @@ namespace TUGraz.VectoCommon.Models
CompletedBus,
Van
};
/// <summary>
/// Returns the SuperCategory for the VehicleCategory
/// </summary>
/// <param name="category"></param>
/// <returns></returns>
public static string GetVehicleType(this VehicleCategory category)
{
switch (category) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment