For Babelfish Release 1.11.3.13

CompareRelayInformationCompareMethod Enumeration

Definition

Namespace: Scopos.BabelFish.DataActors.OrionMatch
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.3.13+877481945de6b4d2a3a561fea58e2494717cd263
C#
public enum CompareMethod

Members

RELAY_NAME0 Sort by Relay Name.

NOTE: Relay Name is usually designated by an interger, e.g. "1", "2"

START_TIME1 Sort by Start Time
CALL_TO_LINE_TIME2 Sort by Call to Line Time

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