For Babelfish Release 1.11.1.3

MatchAbbr Class

Definition

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

Constructors

Properties

ClubURL 
ClubURLRezults The full URL for the owner's club URL.
CourseOfFireDef 
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 
Location 
MatchContacts 
MatchID Unique MatchID for the competition to get squadding for. Will match exactly (assuming no errors) of the MatchID in the GetMatchDetailRequest.
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 
ResultURL External Result URL
ScoringSystems A list of scoring systems used in this match.
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)
GetEndDate Returns the value of .EndDate as a DateTime instance.
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetStartDate Returns the value of .StartDate as a DateTime instnace.
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
OnDeserialized 
ToString
(Overrides ObjectToString)

See Also