ApplicationSettingProviderHasAuthority Method |
判断用户是否拥数据权限信息
Namespace: X3Platform.Apps.DAL.IBatisAssembly: X3Platform.Apps (in X3Platform.Apps.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic bool HasAuthority(
string entityId,
string authorityName,
IAccountInfo account
)
public:
bool HasAuthority(
String^ entityId,
String^ authorityName,
IAccountInfo^ account
)
Parameters
- entityId
- Type: SystemString
实体标识 - authorityName
- Type: SystemString
权限名称 - account
- Type: X3Platform.MembershipIAccountInfo
帐号
Return Value
Type:
Boolean布尔值
See Also