Click or drag to resize
ApplicationFeatureProviderHasAuthority Method
判断权限对象是否拥应用有此功能项权限信息

Namespace: X3Platform.Apps.DAL.IBatis
Assembly: X3Platform.Apps (in X3Platform.Apps.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public bool HasAuthority(
	string entityId,
	string authorityName,
	string authorizationObjectType,
	string authorizationObjectId
)

Parameters

entityId
Type: SystemString
应用功能的标识
authorityName
Type: SystemString

[Missing <param name="authorityName"/> documentation for "M:X3Platform.Apps.DAL.IBatis.ApplicationFeatureProvider.HasAuthority(System.String,System.String,System.String,System.String)"]

authorizationObjectType
Type: SystemString
授权对象类型
authorizationObjectId
Type: SystemString
授权对象标识

Return Value

Type: Boolean
布尔值

Implements

IApplicationFeatureProviderHasAuthority(String, String, String, String)
See Also