C# Class TaskQueue.TQItemSelector

Afficher le fichier Open project: skipme/TaskMQ Class Usage Examples

Méthodes publiques

Свойство Type Description
parameters TQItemSelectorParam>.Dictionary

Méthodes publiques

Méthode Description
Rule ( string key, TQItemSelectorSet set ) : TQItemSelector

SORT messages by field values and set manner(asc or desc)

Rule ( string key, object value, bool equal = true ) : TQItemSelector

IF field in message equals with object

TQItemSelector ( string key, TQItemSelectorSet set ) : System
TQItemSelector ( string key, object value, bool equal ) : System

Method Details

Rule() public méthode

SORT messages by field values and set manner(asc or desc)
public Rule ( string key, TQItemSelectorSet set ) : TQItemSelector
key string field name
set TQItemSelectorSet sort manner
Résultat TQItemSelector

Rule() public méthode

IF field in message equals with object
public Rule ( string key, object value, bool equal = true ) : TQItemSelector
key string field name
value object value for equality test
equal bool
Résultat TQItemSelector

TQItemSelector() public méthode

public TQItemSelector ( string key, TQItemSelectorSet set ) : System
key string
set TQItemSelectorSet
Résultat System

TQItemSelector() public méthode

public TQItemSelector ( string key, object value, bool equal ) : System
key string
value object
equal bool
Résultat System

Property Details

parameters public_oe property

public Dictionary parameters
Résultat TQItemSelectorParam>.Dictionary