C# Class Simple.Data.TupleToDictionaryTransformer

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

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