For Babelfish Release 1.11.1.3

ResultListMetadata Class

Used to describe the match that a ResultEvent was shot at. Instead of each ResultEvent including each of these fields, the ResultEvent references a MatchID, that these fields may be looked up. Thus, hopefully, saving space in the already very long Result List.

Definition

Namespace: Scopos.BabelFish.DataModel.OrionMatch
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
public class ResultListMetadata
Inheritance
Object    ResultListMetadata

Constructors

Properties

CompareResultListLastUpdated The time the reference result list was generated to calculate the RankDelta and ProjectedRankDelta
Creator String holding the software (Orion Scoring System) and Version number of the software.
EndDate End date for the ResultList of the Match. Used to guage what the Status of the ResultList is. need defaults?
LastUpdated UTC time of last update
MatchID Unique ID for the match. Field may possible be redundant
MatchLocation The location where the match was shot. Usually city and state, e.g. Minden, NE
OwnerId The Owner of this data. e.g. OrionAcct001234
ProjectionMadeBy If projected scores are included, ProjectionMadeBy says who made the projection.
ScoringSystems The name of the scoring system in use. An empty string means unknown or a mix of differnt Scoring Systems.
ScoringSystemType The type of target system that was used to score shots.
SegmentGroupName The name of the SegmentGroup that the competition is currently in (based on the Course of Fire's Range Script).
SquaddingListName THe name of the Squadding List (that hopefully can be ready through the REST API) that holds the squadding for competitors in this Result List.
StartDate Start date for the ResultList of the Match. Used to guage what the Status of the Result list is. need defaults?
Status FUTURE, INTERMEDIATE, UNOFFICIAL, OFFICIAL
TargetCollectionName Name of the TargetCollection used in this match.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ShouldSerializeScoringSystems 
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also