For Babelfish Release 1.11.1.3

MatchParticipantList Class

A response object, describing a list of Match Participants in a match. Match Participants, in this API call, include athletes (competitors), match officials, and coaches. They do not include Teams.

Definition

Namespace: Scopos.BabelFish.DataModel.OrionMatch
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
[SerializableAttribute]
public class MatchParticipantList : ITokenItems<MatchParticipant>
Inheritance
Object    MatchParticipantList
Implements
ITokenItemsMatchParticipant

Constructors

Properties

EndDate End date for the ResultList of the Match. Used to guage what the Status of the ResultList is. need defaults?
HasMoreItems Indicates if this get/read response has more items. Almost always determiend if NextToken is null or an empty string.
Items List of MatchParticipant (e.g. Individuals and their attributes, roles, and result cofs).
Limit The maximum number of items that may be returned in a get/read response. The user may request a limit, usually between 1 and 50, but the API is allowed to restrict the value of limit. This is the value the API used.
MatchID Formatted as a string, the Match ID that this squadding list is from. Use GetMatchID() to return the value as a MatchID object.
MatchName The name of the match that this squadding list is from.
NextToken When there are more items to return, NextToken contains the next token to pass to the call to the next set of items. A value of null or empoty string indicate there are no more items to return.
ParentID If this squadding list a Virtual Match, this is the Parent ID of the match. If this is a local match, then this value will be the same as MatchID.
StartDate Start date for the ResultList of the Match. Used to guage what the Status of the Result list is. need defaults?

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)
GetMatchID The Match ID that this squadding list is from.
GetParentID 
GetTypeGets the Type of the current instance.
(Inherited from Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
ToString
(Overrides ObjectToString)

See Also