C# 클래스 UnitTests.Subtext.Framework.Data.KeyWordCollectionTester

상속: IPagedCollectionTester
파일 보기 프로젝트 열기: ayende/Subtext 1 사용 예제들

공개 메소드들

메소드 설명
Create ( int index ) : void
GetCount ( IPagedCollection collection ) : int
GetPagedItems ( int pageIndex, int pageSize ) : IPagedCollection
KeyWordCollectionTester ( ) : System

메소드 상세

Create() 공개 메소드

public Create ( int index ) : void
index int
리턴 void

GetCount() 공개 메소드

public GetCount ( IPagedCollection collection ) : int
collection IPagedCollection
리턴 int

GetPagedItems() 공개 메소드

public GetPagedItems ( int pageIndex, int pageSize ) : IPagedCollection
pageIndex int
pageSize int
리턴 IPagedCollection

KeyWordCollectionTester() 공개 메소드

public KeyWordCollectionTester ( ) : System
리턴 System