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

Namespace: X3Platform.Security.Authority.WebService
Assembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public AuthorityInfo FindOne(
	string id
)

Parameters

id
Type: SystemString

[Missing <param name="id"/> documentation for "M:X3Platform.Security.Authority.WebService.AuthorityWebService.FindOne(System.String)"]

Return Value

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