C# Class Simple.Data.TupleToPropertiesTransformer

Inheritance: IResultTransformer
Datei anzeigen Open project: juanplopes/simple

Public Methods

Method Description
TransformList ( System collection ) : System.Collections.IList
TransformTuple ( object tuple, string aliases ) : object
TupleToPropertiesTransformer ( Type t ) : System

Method Details

TransformList() public method

public TransformList ( System collection ) : System.Collections.IList
collection System
return System.Collections.IList

TransformTuple() public method

public TransformTuple ( object tuple, string aliases ) : object
tuple object
aliases string
return object

TupleToPropertiesTransformer() public method

public TupleToPropertiesTransformer ( Type t ) : System
t System.Type
return System