Click or drag to resize
Matches Class
View Project on GitHub
This resource returns further details about the specified match, including the total score, kills and deaths, and further details for each map.
Inheritance Hierarchy
SystemObject
  GW2CSharp.V2.Unauthenticated.WvWMatches

Namespace: GW2CSharp.V2.Unauthenticated.WvW
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public class Matches

The Matches type exposes the following members.

Constructors
  NameDescription
Public methodMatches
The resource constructor
Top
Properties
  NameDescription
Public propertyDeaths
An object containing the total deaths of the three servers
Public propertyEndTime
The ending time of the matchup. (ISO-8601 Standard)
Public propertyId
The WvW match id.
Public propertyKills
An object containing the total kills of the three servers
Public propertyMaps
A list of objects containing detailed information about each of the four maps.
Public propertyScores
An object containing the score of the three servers
Public propertyStartTime
The starting time of the matchup. (ISO-8601 Standard)
Public propertyWorlds
An object containing the world IDs of the three servers
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also