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

Inheritance: IResultTransformer
Show file Open project: BosphorusTeam/bosphorus.dao

Public Methods

Method Description
ChainedResultTransformer ( ) : System.Collections
IsApplicable ( object value ) : bool
Transform ( object value ) : IList

Private Methods

Method Description
BuildItems ( ) : IList

Method Details

ChainedResultTransformer() public method

public ChainedResultTransformer ( ) : System.Collections
return System.Collections

IsApplicable() public method

public IsApplicable ( object value ) : bool
value object
return bool

Transform() public method

public Transform ( object value ) : IList
value object
return IList