For Babelfish Release 1.12.3.10

CompareMatchAbbrCompareMethod Enumeration

Definition

Namespace: Scopos.BabelFish.DataActors.OrionMatch
Assembly: BabelFish (in BabelFish.dll) Version: 1.12.3.10+306d87ab71d1aa659d07c082495f8eddb091ca7b
C#
public enum CompareMethod

Members

START_DATE0 DateTime StartDate of match
END_DATE1 DateTime EndDate of match
OWNER_ID2 string OwnerId creator of the match
MATCH_ID3 MatchID MatchID of match, unique per match
MATCH_NAME4 string MatchName, Human readable name of the match
DISTANCE5 double (nullable) Location.Distance, matches kilometers to caller, if known

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