Click or drag to resize
ApplicationFeatureServiceGetApplicationFeatureScope Method
设置某一个应用系统功能的授权范围的记录.

Namespace: X3Platform.Apps.BLL
Assembly: X3Platform.Apps (in X3Platform.Apps.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public DataTable GetApplicationFeatureScope(
	string applicationId,
	string authorizationObjectType,
	string authorizationObjectId
)

Parameters

applicationId
Type: SystemString
所属应用标识
authorizationObjectType
Type: SystemString
授权对象类型
authorizationObjectId
Type: SystemString
授权对象标识

Return Value

Type: DataTable
布尔值

Implements

IApplicationFeatureServiceGetApplicationFeatureScope(String, String, String)
See Also