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

Namespace: X3Platform.Apps.BLL
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.BLL.ApplicationFeatureService.HasAuthority(System.String,System.String,System.String,System.String)"]

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

Return Value

Type: Boolean
布尔值

Implements

IApplicationFeatureServiceHasAuthority(String, String, String, String)
See Also