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

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

Parameters

applicationId
Type: SystemString
所属应用标识
authorizationObjectType
Type: SystemString
授权对象类型
authorizationObjectId
Type: SystemString
授权对象标识
applicationFeatureIds
Type: SystemString
应用功能标识, 多个以逗号隔开.

Implements

IApplicationFeatureServiceSetApplicationFeatureScope(String, String, String, String)
See Also