Click or drag to resize
SearchExecutorBase Class
搜索执行基类
Inheritance Hierarchy
SystemObject
  Appkit.DataSearchExecutorBase
    Appkit.DataSearchExecutor
    Appkit.DataSqlSearchExecutor

Namespace: Appkit.Data
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public abstract class SearchExecutorBase

The SearchExecutorBase type exposes the following members.

Constructors
  NameDescription
Public methodSearchExecutorBase
构造
Top
Methods
  NameDescription
Public methodAddAttribute(String, Boolean)
添加属性
Public methodAddAttribute(String, Int32)
添加属性
Public methodAddAttribute(String, String)
添加属性
Public methodShowSearchResult
显示搜索结果
Top
Properties
  NameDescription
Public propertyAdditionalChartId
附加的图表标识
Public propertyChartType
图表类型
Public propertyConfig
搜索显示设置
Public propertyConfigName
搜索显示设置的工程级命名
Public propertyConfigPath
搜索显示设置的 XSLT 文档路径
Public propertyHasControl
是否显示操作控制部分, 默认值 true
Public propertyHasExport
是否显示输出按钮, 默认值 true
Public propertyHasFoot
是否显示页脚部分, 默认值 true
Public propertyHasHead
是否显示页头部分, 默认值 true
Public propertyHasRefresh
是否显示刷新按钮, 默认值 true
Public propertyHasReport
是否显示报表按钮, 默认值 true
Public propertyHasResearch
是否显示搜索按钮, 默认值 true
Public propertyHasSet
是否显示显示设置按钮, 默认值 true
Public propertyImageHeight
图表高度
Public propertyImageOverflow
图表溢出处理
Public propertyImageWidth
图表宽度
Public propertyIsBreak
是否分页, 默认值 true
Public propertyIsSimpleFoot
是否显示简单页脚, 默认值 false
Public propertyOrderByConfig
排序设置
Public propertyOrderByConfigName
排序设置的工程级命名
Public propertyOrderByConfigPath
排序设置的文档路径
Public propertyPrivilegeState
是否获取并合并类型权限表达式
Public propertyTableOverflow
表体溢出处理
Public propertyViewStyle
搜索执行的视图样式
Top
See Also