C# Class Ucrm.ItemManagement.AbstractSearchEngine

Mostra file Open project: bytecode0101/uCRM

Public Methods

Method Description
Search ( string strKey, List lstProducts, List finalResult ) : void

Searches the list of products by the provided text

Method Details

Search() public abstract method

Searches the list of products by the provided text
public abstract Search ( string strKey, List lstProducts, List finalResult ) : void
strKey string the text that search engine will it use for rereiveing products
lstProducts List
finalResult List
return void