Click or drag to resize
ImportConfig Class
数据导入配置类
Inheritance Hierarchy
SystemObject
  Appkit.ComponentsImportConfig

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

The ImportConfig type exposes the following members.

Constructors
  NameDescription
Public methodImportConfig(String)
构造 类型名称
Public methodImportConfig(String, String)
构造
Top
Methods
  NameDescription
Public methodAddConfig
添加配置
Public methodGetConfig
获取配置
Public methodStatic memberGetConfigPath
获取排序配置文档
Public methodStatic memberGetCustomConfigPath
获取自定义排序配置文档的路径
Public methodStatic memberGetProjectConfig
Public methodStatic memberGetUserConfig
Public methodSave
保存
Top
Properties
  NameDescription
Public propertyDelimiter
分隔符
Public propertyErrorHandle
错误处理方法
Public propertyItem
读取或设置指定名称属性的值
Public propertyLastestFilePath
最近导入的文件的服务端路径
Public propertyLatestFileName
最近导入的文件名称
Public propertyQuoteChar
引用符
Public propertyTrim
是否去除首尾空格
Public propertyTypeName
类型名称
Public propertyUseDefault
自动使用默认值
Top
See Also