C# Class Bosphorus.Dao.Lucene.Demo.ExecutionList.Basic.Generic

Inheritance: Bosphorus.Dao.Client.Model.AbstractMethodExecutionItemList
Datei anzeigen Open project: BosphorusTeam/bosphorus.dao

Public Methods

Method Description
Generic ( IResultTransformer resultTransformer, IDao bankDao, IDao customerTypeDao ) : System.Collections.Generic
Insert_10_000_Bank ( ) : IEnumerable
Insert_Bank ( ) : Bank
Insert_CustomerType ( ) : CustomerType

Method Details

Generic() public method

public Generic ( IResultTransformer resultTransformer, IDao bankDao, IDao customerTypeDao ) : System.Collections.Generic
resultTransformer IResultTransformer
bankDao IDao
customerTypeDao IDao
return System.Collections.Generic

Insert_10_000_Bank() public method

public Insert_10_000_Bank ( ) : IEnumerable
return IEnumerable

Insert_Bank() public method

public Insert_Bank ( ) : Bank
return Bosphorus.Dao.Demo.Common.Business.Bank

Insert_CustomerType() public method

public Insert_CustomerType ( ) : CustomerType
return CustomerType