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

Inheritance: IPagedCollectionTester
Afficher le fichier Open project: ayende/Subtext Class Usage Examples

Méthodes publiques

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

Method Details

Create() public méthode

public Create ( int index ) : void
index int
Résultat void

GetCount() public méthode

public GetCount ( IPagedCollection collection ) : int
collection IPagedCollection
Résultat int

GetPagedItems() public méthode

public GetPagedItems ( int pageIndex, int pageSize ) : IPagedCollection
pageIndex int
pageSize int
Résultat IPagedCollection

MetaTagCollectionTester() public méthode

public MetaTagCollectionTester ( ) : System
Résultat System