Click or drag to resize
IApplicationFeatureProvider Methods

The IApplicationFeatureProvider type exposes the following members.

Methods
  NameDescription
Public methodAuthorize
验证用户是否拥有某一功能权限
Public methodBindAuthorizationScopeObjects
配置实体对象的权限信息
Public methodDelete
删除记录
Public methodFindAll
查询所有相关记录
Public methodFindAllByApplicationId
查询所有相关记录
Public methodFindAllByParentId
查询所有相关记录
Public methodFindOne
查询某条记录
Public methodGetApplicationFeatureScope
获取某一个应用系统功能的授权范围的记录.
Public methodGetAuthorizationScopeObjects
查询实体对象的权限信息
Public methodGetPaging
分页函数
Public methodHasAuthority
判断授权对象是否拥有实体权限的权限信息
Public methodInsert
添加记录
Public methodIsExist
查询是否存在相关的记录
Public methodIsExistName
查询是否存在相关的记录
Public methodSave
保存记录
Public methodSetApplicationFeatureScope
设置某一个应用系统功能的授权范围的记录.
Public methodSyncFromPackPage
同步信息
Public methodUpdate
修改记录
Top
See Also