IApplicationFeatureServiceBindAuthorizationScopeObjects Method |
配置实体对象的权限信息
Namespace: X3Platform.Apps.IBLLAssembly: X3Platform.Apps (in X3Platform.Apps.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxvoid BindAuthorizationScopeObjects(
string entityId,
string authorityName,
string scopeText
)
void BindAuthorizationScopeObjects(
String^ entityId,
String^ authorityName,
String^ scopeText
)
Parameters
- entityId
- Type: SystemString
实体标识 - authorityName
- Type: SystemString
权限名称 - scopeText
- Type: SystemString
权限范围的文本
See Also