C# Class UnitTests.Subtext.Framework.Data.MetaTagCollectionTester

Inheritance: IPagedCollectionTester
显示文件 Open project: ayende/Subtext Class Usage Examples

Public Methods

Method Description
Create ( int index ) : void
GetCount ( IPagedCollection collection ) : int
GetPagedItems ( int pageIndex, int pageSize ) : IPagedCollection
MetaTagCollectionTester ( ) : System

Method Details

Create() public method

public Create ( int index ) : void
index int
return void

GetCount() public method

public GetCount ( IPagedCollection collection ) : int
collection IPagedCollection
return int

GetPagedItems() public method

public GetPagedItems ( int pageIndex, int pageSize ) : IPagedCollection
pageIndex int
pageSize int
return IPagedCollection

MetaTagCollectionTester() public method

public MetaTagCollectionTester ( ) : System
return System