Click or drag to resize
ApplicationSettingProvider Class

[Missing <summary> documentation for "T:X3Platform.Apps.DAL.IBatis.ApplicationSettingProvider"]

Inheritance Hierarchy
SystemObject
  X3Platform.Apps.DAL.IBatisApplicationSettingProvider

Namespace: X3Platform.Apps.DAL.IBatis
Assembly: X3Platform.Apps (in X3Platform.Apps.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public class ApplicationSettingProvider : IApplicationSettingProvider

The ApplicationSettingProvider type exposes the following members.

Constructors
  NameDescription
Public methodApplicationSettingProvider
构造函数
Top
Methods
  NameDescription
Public methodBindAuthorizationScopeObjects
配置应用的权限信息
Public methodDelete
删除记录
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFindAll
查询所有相关记录
Public methodFindAllByApplicationSettingGroupId
根据参数分组信息查询所有相关记录
Public methodFindAllByApplicationSettingGroupName
根据参数分组信息查询所有相关记录
Public methodFindAllQueryObject
查询所有相关记录
Public methodFindOne
查询某条记录
Public methodGetAuthorizationScopeObjects
查询应用的权限信息
Public methodGetHashCode (Inherited from Object.)
Public methodGetPaging
分页函数
Public methodGetQueryObjectPages
分页函数
Public methodGetText
根据配置的值获取文本信息
Public methodGetType (Inherited from Object.)
Public methodGetValue
根据配置的文本获取值信息
Public methodHasAuthority
判断用户是否拥数据权限信息
Public methodInsert
添加记录
Public methodIsExist
查询是否存在相关的记录
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSave
保存记录
Public methodSyncFromPackPage
同步信息
Public methodToString (Inherited from Object.)
Public methodUpdate
修改记录
Top
See Also