Click or drag to resize
AuthorityServiceFindOneByName Method
查询某条记录

Namespace: X3Platform.Security.Authority.BLL
Assembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public AuthorityInfo FindOneByName(
	string name
)

Parameters

name
Type: SystemString
权限名称

Return Value

Type: AuthorityInfo
返回一个 AuthorityInfo 实例的详细信息

Implements

IAuthorityServiceFindOneByName(String)
See Also