C# Class GwSharp.GwMatch

Datei anzeigen Open project: Rohansi/GwSharp Class Usage Examples

Public Properties

Property Type Description
Blue GwWorld
Green GwWorld
Id string
Red GwWorld

Public Methods

Method Description
Equals ( object obj ) : bool
FetchDetails ( ) : GwMatchDetails

Returns the most up to date match details for this world.

GetHashCode ( ) : int
operator ( ) : bool

Private Methods

Method Description
GwMatch ( Api api, string id, GwWorld red, GwWorld blue, GwWorld green ) : System

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

FetchDetails() public method

Returns the most up to date match details for this world.
public FetchDetails ( ) : GwMatchDetails
return GwMatchDetails

GetHashCode() public method

public GetHashCode ( ) : int
return int

operator() public static method

public static operator ( ) : bool
return bool

Property Details

Blue public_oe property

The world that is playing as blue.
public GwWorld,GwSharp Blue
return GwWorld

Green public_oe property

The world that is playing as green.
public GwWorld,GwSharp Green
return GwWorld

Id public_oe property

Unique identifier for the match. It is in this format: "R-T" where R is the region (1=US, 2=EU) and T is the tier
public string Id
return string

Red public_oe property

The world that is playing as red.
public GwWorld,GwSharp Red
return GwWorld