IAuthorityServiceFindAll Method (DataQuery) |
查询所有相关记录
Namespace: X3Platform.Security.Authority.IBLLAssembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
SyntaxIList<AuthorityInfo> FindAll(
DataQuery query
)
IList<AuthorityInfo^>^ FindAll(
DataQuery^ query
)
Parameters
- query
- Type: X3Platform.DataDataQuery
[Missing <param name="query"/> documentation for "M:X3Platform.Security.Authority.IBLL.IAuthorityService.FindAll(X3Platform.Data.DataQuery)"]
Return Value
Type:
IListAuthorityInfo返回所有 AuthorityInfo 实例的详细信息
See Also