IApplicationServiceHasAuthority Method (IAccountInfo, String, String) |
判断用户是否拥应用有权限信息
Namespace: X3Platform.Apps.IBLLAssembly: X3Platform.Apps (in X3Platform.Apps.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxbool HasAuthority(
IAccountInfo account,
string applicationId,
string authorityName
)
bool HasAuthority(
IAccountInfo^ account,
String^ applicationId,
String^ authorityName
)
Parameters
- account
- Type: X3Platform.MembershipIAccountInfo
帐号 - applicationId
- Type: SystemString
应用的标识 - authorityName
- Type: SystemString
权限名称
Return Value
Type:
Boolean布尔值
See Also