C# Class Simple.Data.TupleToPropertiesTransformer

Inheritance: IResultTransformer
Afficher le fichier Open project: juanplopes/simple

Méthodes publiques

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

Method Details

TransformList() public méthode

public TransformList ( System collection ) : System.Collections.IList
collection System
Résultat System.Collections.IList

TransformTuple() public méthode

public TransformTuple ( object tuple, string aliases ) : object
tuple object
aliases string
Résultat object

TupleToPropertiesTransformer() public méthode

public TupleToPropertiesTransformer ( Type t ) : System
t System.Type
Résultat System