Method | Description | |
---|---|---|
AddConverter ( Func, converter ) : void | ||
AliasToDTOTransformer ( ) | ||
TransformList ( IList collection ) : IList | ||
TransformTuple ( Array, tuple, Array, aliases ) : object |
Method | Description | |
---|---|---|
ConvertValue ( Type, destinationType, object sourceValue ) : object |
public AddConverter ( Func, converter ) : void | ||
converter | Func, | |
return | void |
public TransformList ( IList collection ) : IList | ||
collection | IList | |
return | IList |
public TransformTuple ( Array, tuple, Array, aliases ) : object | ||
tuple | Array, | |
aliases | Array, | |
return | object |