C# Class Bosphorus.Dao.Client.Model.AbstractMethodExecutionItemList

Inheritance: IExecutionItemList
Show file Open project: BosphorusTeam/bosphorus.dao Class Usage Examples

Public Properties

Property Type Description
resultTransformer IResultTransformer

Public Methods

Method Description
AbstractMethodExecutionItemList ( IResultTransformer resultTransformer ) : System
ToString ( ) : string

Method Details

AbstractMethodExecutionItemList() public method

public AbstractMethodExecutionItemList ( IResultTransformer resultTransformer ) : System
resultTransformer IResultTransformer
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

resultTransformer public property

public IResultTransformer resultTransformer
return IResultTransformer