Click or drag to resize
ApplicationServiceFindAllByAccountId Method
根据帐号所属的标准角色信息对应的应用系统的功能点, 查询此帐号有权限启用的应用系统信息.

Namespace: X3Platform.Apps.BLL
Assembly: X3Platform.Apps (in X3Platform.Apps.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public IList<ApplicationInfo> FindAllByAccountId(
	string accountId
)

Parameters

accountId
Type: SystemString
帐号标识

Return Value

Type: IListApplicationInfo
返回所有ApplicationInfo实例的详细信息

Implements

IApplicationServiceFindAllByAccountId(String)
See Also