ApplicationMenuProviderGetAuthorizationScopeObjects Method |
查询实体对象的权限信息
Namespace: X3Platform.Apps.DAL.IBatisAssembly: X3Platform.Apps (in X3Platform.Apps.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic IList<MembershipAuthorizationScopeObject> GetAuthorizationScopeObjects(
string entityId,
string authorityName
)
public:
virtual IList<MembershipAuthorizationScopeObject^>^ GetAuthorizationScopeObjects(
String^ entityId,
String^ authorityName
) sealed
Parameters
- entityId
- Type: SystemString
实体标识 - authorityName
- Type: SystemString
权限名称
Return Value
Type:
IListMembershipAuthorizationScopeObject[Missing <returns> documentation for "M:X3Platform.Apps.DAL.IBatis.ApplicationMenuProvider.GetAuthorizationScopeObjects(System.String,System.String)"]
Implements
IApplicationMenuProviderGetAuthorizationScopeObjects(String, String)
See Also