Property | Type | Description | |
---|---|---|---|
destinationKind | Kind | ||
destinationType | |||
nullableDestination | bool | ||
propertyName | string |
Method | Description | |
---|---|---|
CanConvertFrom ( ITypeDescriptorContext context, |
||
ConvertFrom ( ITypeDescriptorContext context, System culture, object value ) : object | ||
ConvertObject ( |
||
ConvertObject ( |
||
IsAssignableToIConvertible ( |
||
MoonlightTypeConverter ( string propertyName, |
||
ValueFromConvertible ( |
Method | Description | |
---|---|---|
GetGetterMethodForAttachedDP ( |
public CanConvertFrom ( ITypeDescriptorContext context, |
||
context | ITypeDescriptorContext | |
sourceType | ||
return | bool |
public ConvertFrom ( ITypeDescriptorContext context, System culture, object value ) : object | ||
context | ITypeDescriptorContext | |
culture | System | |
value | object | |
return | object |
public static ConvertObject ( |
||
dp | ||
val | object | |
objectType | ||
doToStringConversion | bool | |
return | object |
public static ConvertObject ( |
||
prop | ||
val | object | |
objectType | ||
return | object |
public static IsAssignableToIConvertible ( |
||
type | ||
return | bool |
public MoonlightTypeConverter ( string propertyName, |
||
propertyName | string | |
destinationType | ||
return | Mono |
public static ValueFromConvertible ( |
||
type | ||
value | IConvertible | |
return | object |