Click or drag to resize

RepairTypeEnumConverterRepairTypeDescription Method

Converts the specified repair option to a readable string

Namespace: Aml.Engine.Services
Assembly: Aml.Engine.Services (in Aml.Engine.Services.dll) Version: 3.2
Syntax
public static string RepairTypeDescription(
	this RepairTypeEnum repairOption
)

Parameters

repairOption  RepairTypeEnum
Option for repairing an element.

Return Value

String
a 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