 | RepairTypeEnumConverterRepairTypeDescription Method |
Converts the specified repair option to a readable string
Namespace: Aml.Engine.ServicesAssembly: Aml.Engine.Services (in Aml.Engine.Services.dll) Version: 3.2
Syntaxpublic static string RepairTypeDescription(
this RepairTypeEnum repairOption
)
<ExtensionAttribute>
Public Shared Function RepairTypeDescription (
repairOption As RepairTypeEnum
) As String
public:
[ExtensionAttribute]
static String^ RepairTypeDescription(
RepairTypeEnum repairOption
)
Parameters
- repairOption RepairTypeEnum
- Option for repairing an element.
Return Value
Stringa readable string describing the repair option
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
RepairTypeEnum. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also