For Babelfish Release 1.12.3.10

MatchAbbr Class

A MatchAbbr object contains pertainent but not complete information about an Orion match. Intended to be returned as a list from a search. The information in a MatchAbbr instance can then be used to look up details of a match using the (or similiar ) API call.

Definition

Namespace: Scopos.BabelFish.DataModel.OrionMatch
Assembly: BabelFish (in BabelFish.dll) Version: 1.12.3.10+306d87ab71d1aa659d07c082495f8eddb091ca7b
C#
[SerializableAttribute]
public class MatchAbbr
Inheritance
Object    MatchAbbr

Constructors

MatchAbbr Public constructor.

Properties

ClubURL The url folder path for the owner of this match. For the complete url see
ClubURLRezults The full URL for the owner's club URL.
CourseOfFireDef The SetName of the course of fire shot in this match.
Obsolete
EndDate End Date of the Match. Formatted as YYYY-MM-dd. To retreive the End Date as a DateTime use GetEndDate().
IsGoingOnNow Returns a boolean indicating if the match is scheduled to be going on today. Is based off of both the .StartDate and .EndDate.
IsInFuture Returns a boolean indicating if the match is scheduled to take place in the future. Is based off of the match's .StartDate
IsInThePast Returns a boolean indicating if the match schedule is in the past (has completed). Is based off of the match's .EndDate
IsVirtualMatch Helper method that returns a boolean indicating if this match is a virtual match.
Obsolete
Location Where this match took place.
MatchContacts A list of contacts for this match, such as the match director.
MatchID Unique for the competition. May use this value with other OrionMatchAPI calls including .
MatchName Name of the Match
OwnerId The orion account or at home account who owns this match.
OwnerName Human readable name of the Owner, usually a school or club name.
ParentID If this is a Virtual Match, this is the of the parent match.
ResultURL External Result URL
ScoringSystems A list of scoring systems used in this match.
Obsolete
ShootingStyle The high level shooting style that this match was conducted under.
StartDate Start Date of the Match. Formatted as YYYY-MM-dd. To retreive the Start Date as a DateTime use SetEndDate().

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)
ToStringReturns a string that represents the current object.
(Overrides ObjectToString)

See Also