Property | Type | Description |
---|
Method | Description | |
---|---|---|
Add ( ITypeConverter converter ) : void | ||
CanHandleType ( |
||
CanHandleType ( |
||
DefaultConversionManager ( ) : System | ||
IsSupportedAndPrimitiveType ( |
||
PerformConversion ( IConfiguration configuration, |
||
PerformConversion ( String value, |
||
PopModel ( ) : void | ||
PushModel ( |
Method | Description | |
---|---|---|
InitDefaultConverters ( ) : void |
public Add ( ITypeConverter converter ) : void | ||
converter | ITypeConverter | |
return | void |
public CanHandleType ( |
||
type | ||
return | bool |
public CanHandleType ( |
||
type | ||
configuration | IConfiguration | |
return | bool |
public IsSupportedAndPrimitiveType ( |
||
type | ||
return | bool |
public PerformConversion ( IConfiguration configuration, |
||
configuration | IConfiguration | |
targetType | ||
return | object |
public PerformConversion ( String value, |
||
value | String | |
targetType | ||
return | object |
public PushModel ( |
||
model | ||
return | void |