For Babelfish Release 1.11.1.3

MatchSearchList Class

Definition

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

Constructors

Properties

Distance Distance in miles to search. The default is 100 miles.
EndDate The end date of the match dates to search. The default value is the last day of the current month.
HasMoreItems Indicates if this get/read response has more items. Almost always determiend if NextToken is null or an empty string.
Items 
Latitude The Latitude of an area to search.
Limit The maximum number of search results to return.
Longitude The Logitude of an area to search.
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.
ShootingStyles The shooting style to search or unassigned for all.
StartDate The start date of the match dates to search. The default value is the first day of the current month.

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)
ToStringReturns a string that represents the current object.
(Inherited from Object)

See Also