Click or drag to resize
ApplicationFeatureProviderGetAuthorizationScopeObjects Method
查询应用功能的权限信息

Namespace: X3Platform.Apps.DAL.IBatis
Assembly: X3Platform.Apps (in X3Platform.Apps.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public IList<MembershipAuthorizationScopeObject> GetAuthorizationScopeObjects(
	string entityId,
	string authorityName
)

Parameters

entityId
Type: SystemString
应用功能标识
authorityName
Type: SystemString
权限名称

Return Value

Type: IListMembershipAuthorizationScopeObject

[Missing <returns> documentation for "M:X3Platform.Apps.DAL.IBatis.ApplicationFeatureProvider.GetAuthorizationScopeObjects(System.String,System.String)"]

Implements

IApplicationFeatureProviderGetAuthorizationScopeObjects(String, String)
See Also