C# Class Rebel.Hive.HiveQueryResultEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: RebelCMS/rebelcmsxu5

Méthodes publiques

Méthode Description
HiveQueryResultEventArgs ( IEnumerable results, QueryDescription query, AbstractScopedCache scopedCache ) : System
HiveQueryResultEventArgs ( object result, QueryDescription query, AbstractScopedCache scopedCache ) : System

Method Details

HiveQueryResultEventArgs() public méthode

public HiveQueryResultEventArgs ( IEnumerable results, QueryDescription query, AbstractScopedCache scopedCache ) : System
results IEnumerable
query QueryDescription
scopedCache Rebel.Framework.AbstractScopedCache
Résultat System

HiveQueryResultEventArgs() public méthode

public HiveQueryResultEventArgs ( object result, QueryDescription query, AbstractScopedCache scopedCache ) : System
result object
query QueryDescription
scopedCache Rebel.Framework.AbstractScopedCache
Résultat System