For Babelfish Release 1.11.1.3

ResultEngineCompareType Enumeration

Mode given to the Result Engine telling it how it should calculate the Rank Delta.

Definition

Namespace: Scopos.BabelFish.DataModel.Definitions
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public enum ResultEngineCompareType

Members

NONE0 
NOW1 
WINDOW_1_MINUTE2 
WINDOW_3_MINUTE3 
WINDOW_5_MINUTE4 

Extension Methods

Description Returns the Description attribute of an enum. If Description is not an attribute returns the .toString() value.
(Defined by EnumHelper)
GetAttributeOfTypeT Gets an attribute on an enum field value
(Defined by EnumHelper)

See Also