Click or drag to resize
InnerRelaTreeConfig 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 InnerRelaTreeConfig : ConfigBase

The InnerRelaTreeConfig type exposes the following members.

Constructors
Methods
  NameDescription
Public methodStatic memberGetConfigPath(String)
获取配置文档。
Public methodStatic memberGetConfigPath(String, String)
获取配置文档。
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 methodSave
保存树型表的配置到文档
Public methodStatic memberUpdateUserSpecialNameConfig
更新或创建用户/角色/部门级特定命名的设置
Top
Properties
  NameDescription
Public propertyIdProperty
标识属性名称
Public propertyItem
Public propertyItems
节点图片对象集合
Public propertyNodeProperty
节点属性
Public propertyObjType
类型标识
Public propertyParentIdProperty
父标识属性名称
Public propertyShowCount
节点是否显示子项数目
Public propertyShowLevel
默认显示级数
Public propertyTopLevelParentIdValue
顶层对象父标识的值
Top
See Also