C# 클래스 Ucrm.ItemManagement.AbstractSearchEngine

파일 보기 프로젝트 열기: bytecode0101/uCRM

공개 메소드들

메소드 설명
Search ( string strKey, List lstProducts, List finalResult ) : void

Searches the list of products by the provided text

메소드 상세

Search() 공개 추상적인 메소드

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
리턴 void