AuthorityWebServiceFindOne Method |
查询某条记录
Namespace: X3Platform.Security.Authority.WebServiceAssembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic AuthorityInfo FindOne(
string id
)
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