IAuthorityProviderFindOneByName Method |
查询某条记录
Namespace: X3Platform.Security.Authority.IDALAssembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
SyntaxAuthorityInfo FindOneByName(
string name
)
AuthorityInfo^ FindOneByName(
String^ name
)
Parameters
- name
- Type: SystemString
权限名称
Return Value
Type:
AuthorityInfo返回一个 AuthorityInfo 实例的详细信息
See Also