Click or drag to resize
IApplicationSettingProvider Methods

The IApplicationSettingProvider type exposes the following members.

Methods
  NameDescription
Public methodDelete
删除记录
Public methodFindAll
查询所有相关记录
Public methodFindAllByApplicationSettingGroupId
根据参数分组信息查询所有相关记录
Public methodFindAllByApplicationSettingGroupName
根据参数分组信息查询所有相关记录
Public methodFindAllQueryObject
查询所有相关记录
Public methodFindOne
查询某条记录
Public methodGetPaging
分页函数
Public methodGetQueryObjectPages
分页函数
Public methodGetText
根据配置的文本获取值信息
Public methodGetValue
根据配置的文本获取值信息
Public methodInsert
添加记录
Public methodIsExist
查询是否存在相关的记录
Public methodSave
保存记录
Public methodSyncFromPackPage
同步信息
Public methodUpdate
修改记录
Top
See Also