Table of Contents

Interface IConverterBridge

Namespace
MASES.JCOBridge.C2JBridge
Assembly
C2JBridge.dll

Interface used from IEnumerableExtension for type conversion

public interface IConverterBridge
Extension Methods

Properties

ConvertHandler

Delegate used for custom conversions

Delegate ConvertHandler { get; set; }

Property Value

Delegate

Methods

Convert(object)

Converts input object while it is retrieved

object Convert(object input)

Parameters

input object

The object to be converted

Returns

object

The converted object