Table of Contents

Class ServiceFactoryTypeConverter

Namespace
Steeltoe.Integration.Util
Assembly
Steeltoe.Integration.IntegrationBase.dll
public class ServiceFactoryTypeConverter : ITypeConverter
Inheritance
ServiceFactoryTypeConverter
Implements
Inherited Members

Constructors

ServiceFactoryTypeConverter()

public ServiceFactoryTypeConverter()

ServiceFactoryTypeConverter(IConversionService)

public ServiceFactoryTypeConverter(IConversionService conversionService)

Parameters

conversionService IConversionService

Properties

ConversionService

public IConversionService ConversionService { get; set; }

Property Value

IConversionService

Methods

CanConvert(Type, Type)

public bool CanConvert(Type sourceType, Type targetType)

Parameters

sourceType Type
targetType Type

Returns

bool

ConvertValue(object, Type, Type)

public object ConvertValue(object value, Type sourceType, Type targetType)

Parameters

value object
sourceType Type
targetType Type

Returns

object