Click or drag to resize
IApplicationFeatureService Interface

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

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

The IApplicationFeatureService type exposes the following members.

Methods
  NameDescription
Public methodAuthorize
验证用户是否拥有某一功能权限
Public methodBindAuthorizationScopeObjects
配置实体对象的权限信息
Public methodDelete
删除记录
Public methodFetchNeededSyncData
获取需要同步的数据
Public methodFindAll
查询所有相关记录
Public methodFindAll(String)
查询所有相关记录
Public methodFindAll(String, Int32)
查询所有相关记录
Public methodFindAllBetweenDateTime
查询所有相关记录
Public methodFindAllByApplicationId
查询所有相关记录
Public methodFindAllByParentId
查询所有相关记录
Public methodFindOne
查询某条记录
Public methodGetApplicationFeatureScope
获取某一个应用系统功能的授权范围的记录.
Public methodGetAuthorizationScopeObjects
查询实体对象的权限信息
Public methodGetPaging
分页函数
Public methodHasAuthority
判断授权对象是否拥有实体权限的权限信息
Public methodIsExist
查询是否存在相关的记录
Public methodIsExistName
查询是否存在相关的记录
Public methodRefreshCache
刷新缓存信息
Public methodSave
保存记录
Public methodSetApplicationFeatureScope
设置某一个应用系统功能的授权范围的记录.
Public methodSyncFromPackPage
同步信息
Top
Properties
  NameDescription
Public propertyItem
索引
Top
See Also