IApplicationFeatureServiceGetApplicationFeatureScope Method |
获取某一个应用系统功能的授权范围的记录.
Namespace: X3Platform.Apps.IBLLAssembly: X3Platform.Apps (in X3Platform.Apps.dll) Version: 1.0.0.0 (2.0.0.0)
SyntaxDataTable GetApplicationFeatureScope(
string applicationId,
string authorizationObjectType,
string authorizationObjectId
)
DataTable^ GetApplicationFeatureScope(
String^ applicationId,
String^ authorizationObjectType,
String^ authorizationObjectId
)
Parameters
- applicationId
- Type: SystemString
所属应用标识 - authorizationObjectType
- Type: SystemString
授权对象类型 - authorizationObjectId
- Type: SystemString
授权对象标识
Return Value
Type:
DataTable布尔值
See Also