Class ServiceFactoryTypeConverter
Inheritance
System.Object
ServiceFactoryTypeConverter
Assembly: Steeltoe.Integration.IntegrationBase.dll
Syntax
public class ServiceFactoryTypeConverter : ITypeConverter
Constructors
|
Edit this page
View Source
ServiceFactoryTypeConverter()
Declaration
public ServiceFactoryTypeConverter()
|
Edit this page
View Source
ServiceFactoryTypeConverter(IConversionService)
Declaration
public ServiceFactoryTypeConverter(IConversionService conversionService)
Parameters
Type |
Name |
Description |
IConversionService |
conversionService |
|
Properties
|
Edit this page
View Source
ConversionService
Declaration
public IConversionService ConversionService { get; set; }
Property Value
Type |
Description |
IConversionService |
|
Methods
|
Edit this page
View Source
CanConvert(Type, Type)
Declaration
public bool CanConvert(Type sourceType, Type targetType)
Parameters
Type |
Name |
Description |
Type |
sourceType |
|
Type |
targetType |
|
Returns
Type |
Description |
System.Boolean |
|
|
Edit this page
View Source
ConvertValue(Object, Type, Type)
Declaration
public object ConvertValue(object value, Type sourceType, Type targetType)
Parameters
Type |
Name |
Description |
System.Object |
value |
|
Type |
sourceType |
|
Type |
targetType |
|
Returns
Type |
Description |
System.Object |
|