Class JoeScan::Pinchot::CameraLaserPairConverter¶
ClassList > JoeScan > Pinchot > CameraLaserPairConverter
Inherits the following classes: TypeConverter
Public Functions¶
Type | Name |
---|---|
override bool | CanConvertFrom (ITypeDescriptorContext context, Type sourceType) |
override bool | CanConvertTo (ITypeDescriptorContext context, Type destinationType) |
override object | ConvertFrom (ITypeDescriptorContext context, CultureInfo culture, object value) |
override object | ConvertTo (ITypeDescriptorContext context, CultureInfo culture, object value, Type destinationType) |
Public Functions Documentation¶
function CanConvertFrom¶
inline override bool JoeScan::Pinchot::CameraLaserPairConverter::CanConvertFrom (
ITypeDescriptorContext context,
Type sourceType
)
function CanConvertTo¶
inline override bool JoeScan::Pinchot::CameraLaserPairConverter::CanConvertTo (
ITypeDescriptorContext context,
Type destinationType
)
function ConvertFrom¶
inline override object JoeScan::Pinchot::CameraLaserPairConverter::ConvertFrom (
ITypeDescriptorContext context,
CultureInfo culture,
object value
)
function ConvertTo¶
inline override object JoeScan::Pinchot::CameraLaserPairConverter::ConvertTo (
ITypeDescriptorContext context,
CultureInfo culture,
object value,
Type destinationType
)