Click or drag to resize
Matches Constructor
View Project on GitHub
The resource constructor

Namespace: GW2CSharp.V2.Unauthenticated.WvW
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public Matches(
	string id,
	DateTime start_time,
	DateTime end_time,
	Scores scores,
	Worlds worlds,
	Kills kills,
	Deaths deaths,
	List<Map> maps
)

Parameters

id
Type: SystemString
The WvW match id.
start_time
Type: SystemDateTime
The starting time of the matchup. (ISO-8601 Standard)
end_time
Type: SystemDateTime
The ending time of the matchup. (ISO-8601 Standard)
scores
Type: GW2CSharp.V2.Unauthenticated.WvWScores
An object containing the score of the three servers
worlds
Type: GW2CSharp.V2.Unauthenticated.WvWWorlds
An object containing the world IDs of the three servers
kills
Type: GW2CSharp.V2.Unauthenticated.WvWKills
An object containing the total kills of the three servers
deaths
Type: GW2CSharp.V2.Unauthenticated.WvWDeaths
An object containing the total deaths of the three servers
maps
Type: System.Collections.GenericListMap
A list of objects containing detailed information about each of the four maps.
See Also