Click or drag to resize
IApplicationFeatureProviderHasAuthority Method
判断授权对象是否拥有实体权限的权限信息

Namespace: X3Platform.Apps.IDAL
Assembly: X3Platform.Apps (in X3Platform.Apps.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
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.IDAL.IApplicationFeatureProvider.HasAuthority(System.String,System.String,System.String,System.String)"]

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

Return Value

Type: Boolean
布尔值
See Also