API Reference
Interface
ITypeConverter
Provides conversion and comparison logic for specific types.
Methods
public abstract Boolean CanConvert(Type type) #Returns:
BooleanDetermines whether this converter can handle the provided type.
Parameters
- type System.Type
public abstract ComparisonResult Compare(Object left, Object right, ComparisonOperation operation) #Returns:
ComparisonResultCompares two values using the specified operation.
Parameters
- left System.Object
- right System.Object
- operation TestimoX.Types.ComparisonOperation