←选择平台

选择方法

总结

返回与内容匹配的表单。

语法
c#
VB
c++
Java
公共IList <FullTextSearchItem>选择(FullTextSearchItem
公共MustOverride函数选择) (按值传递作为FullTextSearchItem作为System.Collections.Generic。IList (Leadtools.Forms.Recognition.FullTextSearchItem)
公共虚拟系统::集合::通用:IList < Leadtools::::识别:FullTextSearchItem ^ > ^ Select (FullTextSearchItem摘要

公共摘要并不知道<FullTextSearchItem>选择(FullTextSearchItem);

参数

要查找的项的属性。一定不是

返回值

找到的物品。

讲话

所使用的FormRecognitionEngineAutoFormsEngine执行全文检索。

此方法从属性匹配的全文搜索数据库中查找一个或多个母版表单页面

的以下属性FullTextSearchItem

财产 描述
RepositoryName
必填:用于生成该项的唯一ID。值为或者“*”被认为是通配符。
FormName
必填:用于生成该项的唯一ID。值为或者“*”被认为是通配符。
PageNumber
必填:用于生成该项的唯一ID。值-1被认为是通配符。

通配符规则可用于查找所有主表单页面、存储库的所有主表单或所有存储库中的所有表单。例如,要查找所有项目,使用:

FullTextSearchItem。RepositoryName= "*" or null, FullTextSearchItem.FormName = "*" or null, FullTextSearchItem.PageNumber = -1

要查找存储库中的所有表单,请使用:

FullTextSearchItem。RepositoryName= "RepoName", FullTextSearchItem.FormName = "*" or null, FullTextSearchItem.PageNumber = -1

要找到一个特定的表单,使用:

FullTextSearchItem。RepositoryName= "RepoName", FullTextSearchItem.FormName = "FormName", FullTextSearchItem.PageNumber = -1

要查找特定的页面,使用:

FullTextSearchItem。RepositoryName= "RepoName", FullTextSearchItem.FormName = "FormName", FullTextSearchItem.PageNumber = pageNumber

的价值内容而且用户数据期间使用的相同值将填充插入(FullTextSearchItem)的结果项中的任何一个都不能通过此方法填充。

需求
目标平台
Leadtools.Forms.Recognition组装
188金宝搏的网址客服|支持|联系我们|知识产权公告
©1991 - 2021领德科技有限公司版权所有。