Class MaintenanceEnumExtensions
- Namespace
- Geotab.Checkmate.ObjectModel.Maintenance
- Assembly
- Geotab.Checkmate.ObjectModel.dll
Provides extension methods for maintenance enums.
public static class MaintenanceEnumExtensions
- Inheritance
-
MaintenanceEnumExtensions
- Inherited Members
Methods
GetDescription(Enum)
Retrieves the description of an enum value.
public static string GetDescription(this Enum value)
Parameters
value
EnumThe enum value for which to retrieve the description.
Returns
- string
A string containing the description of the enum value.