public class Tournament : MatchBase| 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) |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| MemberwiseClone | Creates 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) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |