C# Class Bosphorus.Dao.Client.ResultTransformer.ChainedResultTransformer

Inheritance: IResultTransformer
Afficher le fichier Open project: BosphorusTeam/bosphorus.dao

Méthodes publiques

Méthode Description
ChainedResultTransformer ( ) : System.Collections
IsApplicable ( object value ) : bool
Transform ( object value ) : IList

Private Methods

Méthode Description
BuildItems ( ) : IList

Method Details

ChainedResultTransformer() public méthode

public ChainedResultTransformer ( ) : System.Collections
Résultat System.Collections

IsApplicable() public méthode

public IsApplicable ( object value ) : bool
value object
Résultat bool

Transform() public méthode

public Transform ( object value ) : IList
value object
Résultat IList