Click or drag to resize
InnerRelaTreeSearchConfig Class
内联树形搜索配置类
Inheritance Hierarchy
SystemObject
  Appkit.IOConfigBase
    Appkit.ComponentsInnerRelaTreeConfig
      Appkit.ComponentsInnerRelaTreeSearchConfig

Namespace: Appkit.Components
Assembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C#
public class InnerRelaTreeSearchConfig : InnerRelaTreeConfig

The InnerRelaTreeSearchConfig type exposes the following members.

Constructors
Methods
  NameDescription
Public methodStatic memberGetConfigPath
获取配置文档
Public methodStatic memberGetConfigPaths(String)
获取所有存在的配置文档路径
Public methodStatic memberGetConfigPaths(String, String)
获取所有存在的配置文档路径
Public methodStatic memberGetConfigPaths(String, String, String)
获取配置文档路径的集合
Public methodStatic memberGetConfigPaths(String, String, String, Boolean)
获取配置文档路径的集合
Public methodStatic memberGetCustomConfigPath
获取自定义树型表配置文档的路径
Public methodStatic memberGetLevelConfigPath
获取指定级别的配置文档。
Public methodStatic memberGetSpecialNames
获取特定命名的配置的名称集合
Public methodStatic memberUpdateUserSpecialNameConfig
更新或创建用户/角色/部门级特定命名的设置
Top
Properties
  NameDescription
Public propertyIncludeChildren
节点搜索包含所有子节点
Public propertyQueryValues
url 查询参数值的属性集合
Public propertySearchUrl
节点的搜索 url 可以以{0}, {1}, {2} ...的方式使用查询参数值, 对应于 QueryValues
Public propertyTableConfig
节点搜索表格的显示设置
Public propertyTreeWidth
树形部分的宽度
Top
See Also