For Babelfish Release 1.11.1.3

CompareSquaddingCompareMethod Enumeration

Definition

Namespace: Scopos.BabelFish.DataActors.OrionMatch
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public enum CompareMethod

Members

DISPLAYNAME0 Sort by Display Name
GIVENNAME_FAMILYNAME1 Sort by Given/First Name
FAMILYNAME_GIVENNAME2 Sort by Family/Last Name
RELAY_FIRINGPOINT_DISPLAYNAME3 Sort by Relay number, then Firing point
RELAY_DISPLAYNAME4 Sort by relay then given/first name
FIRINGPOINT_RELAY_DISPLAYNAME5 Sort by firing point, then RELAY
FIRINGPOINT_DISPLAYNAME6 Sort by firing point, then Display Name

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