AuthorityProviderGetPaging Method |
��ҳ����
Namespace: X3Platform.Security.Authority.DAL.IBatisAssembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic IList<AuthorityInfo> GetPaging(
int startIndex,
int pageSize,
DataQuery query,
out int rowCount
)
public:
virtual IList<AuthorityInfo^>^ GetPaging(
int startIndex,
int pageSize,
DataQuery^ query,
[OutAttribute] int% rowCount
) sealed
Parameters
- startIndex
- Type: SystemInt32
��ʼ��������,��0��ʼͳ�� - pageSize
- Type: SystemInt32
ҳ����С - query
- Type: X3Platform.DataDataQuery
���ݲ�ѯ���� - rowCount
- Type: SystemInt32
����
Return Value
Type:
IListAuthorityInfo����һ���б�ʵ��
AuthorityInfoImplements
IAuthorityProviderGetPaging(Int32, Int32, DataQuery, Int32)
See Also