For Babelfish Release 1.11.1.3

Tournament Class

Definition

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

Constructors

Properties

EndDate The end date of the match
(Inherited from MatchBase)
IncludeInSearchResults Indicates if this match should be include on match search results.
(Inherited from MatchBase)
MatchId The Unique Match ID
(Inherited from MatchBase)
MatchName Human readable name given to the match. Does not have to be unique (but is helpful if it is).
(Inherited from MatchBase)
MatchType Concrete class identifier
(Inherited from MatchBase)
MergedResultLists 
Officials List of officials for this match.
(Inherited from MatchBase)
OwnerId The account identifier that owns this Match.

Will be in the form OrionAcct000001 or AtHome000001.


(Inherited from MatchBase)
StartDate The start date of the match
(Inherited from MatchBase)
TournamentId Purposefully redundant. Exact same value as MatchId. But since this is a concrete implementation of a Tournament we call it TournamentId.
TournamentMembers The list of Matches that are Members of this Tournament.
TournamentName Purposefully redundant. Exact same value as MatchName. But since this is a concrete implementation of a Tournament we call it TournamentName.
Visibility The visibility (who can see it) given to this match.
(Inherited from MatchBase)

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)
ShouldSerializeOfficials Newtonsoft helper method to determine if Officials should be part of the serialized json.
(Inherited from MatchBase)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also