Click or drag to resize
ApplicationMenuService Class

[Missing <summary> documentation for "T:X3Platform.Apps.BLL.ApplicationMenuService"]

Inheritance Hierarchy
SystemObject
  X3Platform.Apps.BLLApplicationMenuService

Namespace: X3Platform.Apps.BLL
Assembly: X3Platform.Apps (in X3Platform.Apps.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public class ApplicationMenuService : IApplicationMenuService

The ApplicationMenuService type exposes the following members.

Constructors
  NameDescription
Public methodApplicationMenuService
构造函数
Top
Methods
  NameDescription
Public methodBindAuthorizationScopeObjects
配置应用菜单的权限信息
Public methodCombineFullPath
组合菜单全路径
Public methodDelete
删除记录
Public methodEquals (Inherited from Object.)
Public methodFetchNeededSyncData
获取需要同步的数据
Protected methodFinalize (Inherited from Object.)
Public methodFindAll
查询所有相关记录
Public methodFindAll(String)
查询所有相关记录
Public methodFindAll(String, Int32)
查询所有相关记录
Public methodFindAllQueryObject
查询所有相关记录
Public methodFindOne
查询某条记录
Public methodGetAuthorizationScopeObjects
查询应用菜单的权限信息
Public methodGetHashCode (Inherited from Object.)
Public methodGetPaging
分页函数
Public methodGetQueryObjectPages
分页函数
Public methodGetType (Inherited from Object.)
Public methodHasAuthority
判断用户是否拥应用菜单有权限信息
Public methodIsExist
查询是否存在相关的记录
Protected methodMemberwiseClone (Inherited from Object.)
Public methodSave
保存记录
Public methodSyncFromPackPage
同步信息
Public methodToString (Inherited from Object.)
Top
Properties
  NameDescription
Public propertyItem
索引
Top
See Also