NumericalComparisonOperatorConverter Class

Definition

public ref class NumericalComparisonOperatorConverter : Microsoft::VisualStudio::TestTools::WebTesting::BaseEnumStringConverter<Microsoft::VisualStudio::TestTools::WebTesting::NumericalComparisonOperator>
public class NumericalComparisonOperatorConverter : Microsoft.VisualStudio.TestTools.WebTesting.BaseEnumStringConverter<Microsoft.VisualStudio.TestTools.WebTesting.NumericalComparisonOperator>
type NumericalComparisonOperatorConverter = class
    inherit BaseEnumStringConverter<NumericalComparisonOperator>
Public Class NumericalComparisonOperatorConverter
Inherits BaseEnumStringConverter(Of NumericalComparisonOperator)
Inheritance

Constructors

NumericalComparisonOperatorConverter()

Methods

CanConvertFrom(ITypeDescriptorContext, Type) (Inherited from BaseEnumStringConverter<T>)
CanConvertTo(ITypeDescriptorContext, Type) (Inherited from BaseEnumStringConverter<T>)
ConvertFrom(ITypeDescriptorContext, CultureInfo, Object) (Inherited from BaseEnumStringConverter<T>)
ConvertFromEnumToString(NumericalComparisonOperator)
ConvertFromEnumToString(T) (Inherited from BaseEnumStringConverter<T>)
ConvertFromStringToEnum(String)
ConvertTo(ITypeDescriptorContext, CultureInfo, Object, Type) (Inherited from BaseEnumStringConverter<T>)
GetStandardValues(ITypeDescriptorContext) (Inherited from BaseEnumStringConverter<T>)
GetStandardValuesExclusive(ITypeDescriptorContext) (Inherited from BaseEnumStringConverter<T>)
GetStandardValuesSupported(ITypeDescriptorContext) (Inherited from BaseEnumStringConverter<T>)
PopulateStandardValues()

Applies to