Click or drag to resize
ApplicationMenuProvider Class

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

Inheritance Hierarchy
SystemObject
  X3Platform.Apps.DAL.IBatisApplicationMenuProvider

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

The ApplicationMenuProvider type exposes the following members.

Constructors
  NameDescription
Public methodApplicationMenuProvider
构造函数
Top
Methods
  NameDescription
Public methodBeginTransaction
启动事务
Public methodBeginTransaction(IsolationLevel)
启动事务
Public methodBindAuthorizationScopeObjects
配置应用的权限信息
Public methodCommitTransaction
提交事务
Public methodDelete
删除记录
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodFindAll
查询所有相关记录
Public methodFindAllQueryObject
查询所有相关记录
Public methodFindOne
查询某条记录
Public methodGetAuthorizationScopeObjects
查询实体对象的权限信息
Public methodGetHashCode (Inherited from Object.)
Public methodGetPaging
分页函数
Public methodGetQueryObjectPages
分页函数
Public methodGetType (Inherited from Object.)
Public methodHasAuthority
判断用户是否拥数据权限信息
Public methodInsert
添加记录
Public methodIsExist
查询是否存在相关的记录
Protected methodMemberwiseClone (Inherited from Object.)
Public methodRollBackTransaction
回滚事务
Public methodSave
保存记录
Public methodSyncFromPackPage
同步信息
Public methodToString (Inherited from Object.)
Public methodUpdate
修改记录
Top
See Also