C# Class N2.Persistence.Sources.Query

Afficher le fichier Open project: n2cms/n2cms Class Usage Examples

Méthodes publiques

Méthode Description
AsParameters ( ) : ParameterCollection
Clone ( ) : Query
From ( ContentItem parent ) : Query
IsMatch ( ContentItem item ) : bool
Query ( ) : System
Skip ( int skip ) : void
Take ( int take ) : void

Method Details

AsParameters() public méthode

public AsParameters ( ) : ParameterCollection
Résultat ParameterCollection

Clone() public méthode

public Clone ( ) : Query
Résultat Query

From() public static méthode

public static From ( ContentItem parent ) : Query
parent ContentItem
Résultat Query

IsMatch() public méthode

public IsMatch ( ContentItem item ) : bool
item ContentItem
Résultat bool

Query() public méthode

public Query ( ) : System
Résultat System

Skip() public méthode

public Skip ( int skip ) : void
skip int
Résultat void

Take() public méthode

public Take ( int take ) : void
take int
Résultat void