For Babelfish Release 1.11.1.3

MatchBase Class

MatchBase is the soon-to-be replacement of the Match class.

Definition

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

Constructors

Properties

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

Will be in the form OrionAcct000001 or AtHome000001.

StartDate The start date of the match
Visibility The visibility (who can see it) given to 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)
ShouldSerializeOfficials Newtonsoft helper method to determine if Officials should be part of the serialized json.
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also