Click or drag to resize
AuthorityProviderGetPaging Method
��ҳ����

Namespace: X3Platform.Security.Authority.DAL.IBatis
Assembly: X3Platform.Abstractions (in X3Platform.Abstractions.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public IList<AuthorityInfo> GetPaging(
	int startIndex,
	int pageSize,
	DataQuery query,
	out int rowCount
)

Parameters

startIndex
Type: SystemInt32
��ʼ��������,��0��ʼͳ��
pageSize
Type: SystemInt32
ҳ����С
query
Type: X3Platform.DataDataQuery
���ݲ�ѯ����
rowCount
Type: SystemInt32
����

Return Value

Type: IListAuthorityInfo
����һ���б�ʵ��AuthorityInfo

Implements

IAuthorityProviderGetPaging(Int32, Int32, DataQuery, Int32)
See Also