Click or drag to resize
IApplicationSettingService Interface

[Missing <summary> documentation for "T:X3Platform.Apps.IBLL.IApplicationSettingService"]

Namespace: X3Platform.Apps.IBLL
Assembly: X3Platform.Apps (in X3Platform.Apps.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public interface IApplicationSettingService

The IApplicationSettingService type exposes the following members.

Methods
  NameDescription
Public methodDelete
删除记录
Public methodFetchNeededSyncData
获取需要同步的数据
Public methodFindAll
查询所有相关记录
Public methodFindAll(String)
查询所有相关记录
Public methodFindAll(String, Int32)
查询所有相关记录
Public methodFindAllByApplicationSettingGroupId(String)
根据参数分组信息查询所有相关记录
Public methodFindAllByApplicationSettingGroupId(String, String)
根据参数分组信息查询所有相关记录
Public methodFindAllByApplicationSettingGroupName(String)
根据参数分组信息查询所有相关记录
Public methodFindAllByApplicationSettingGroupName(String, String)
根据参数分组信息查询所有相关记录
Public methodFindAllQueryObject
查询所有相关记录
Public methodFindOne
查询某条记录
Public methodGetPaging
分页函数
Public methodGetQueryObjectPages
分页函数
Public methodGetText
根据配置的文本获取值信息
Public methodGetValue
根据配置的文本获取值信息
Public methodIsExist
查询是否存在相关的记录
Public methodSave
保存记录
Public methodSyncFromPackPage
同步信息
Top
Properties
  NameDescription
Public propertyItem
索引
Top
See Also