C# Class TaskQueue.TQItemSelector

Show file Open project: skipme/TaskMQ Class Usage Examples

Public Properties

Property Type Description
parameters TQItemSelectorParam>.Dictionary

Public Methods

Method 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 method

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
return TQItemSelector

Rule() public method

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
return TQItemSelector

TQItemSelector() public method

public TQItemSelector ( string key, TQItemSelectorSet set ) : System
key string
set TQItemSelectorSet
return System

TQItemSelector() public method

public TQItemSelector ( string key, object value, bool equal ) : System
key string
value object
equal bool
return System

Property Details

parameters public property

public Dictionary parameters
return TQItemSelectorParam>.Dictionary