ApplicationFeatureProviderHasAuthority 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,
string authorizationObjectType,
string authorizationObjectId
)
public:
virtual bool HasAuthority(
String^ entityId,
String^ authorityName,
String^ authorizationObjectType,
String^ authorizationObjectId
) sealed
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