C# Класс GwSharp.GwMatch

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Blue GwWorld
Green GwWorld
Id string
Red GwWorld

Открытые методы

Метод Описание
Equals ( object obj ) : bool
FetchDetails ( ) : GwMatchDetails

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

GetHashCode ( ) : int
operator ( ) : bool

Приватные методы

Метод Описание
GwMatch ( Api api, string id, GwWorld red, GwWorld blue, GwWorld green ) : System

Описание методов

Equals() публичный Метод

public Equals ( object obj ) : bool
obj object
Результат bool

FetchDetails() публичный Метод

Returns the most up to date match details for this world.
public FetchDetails ( ) : GwMatchDetails
Результат GwMatchDetails

GetHashCode() публичный Метод

public GetHashCode ( ) : int
Результат int

operator() публичный статический Метод

public static operator ( ) : bool
Результат bool

Описание свойств

Blue публичное свойство

The world that is playing as blue.
public GwWorld,GwSharp Blue
Результат GwWorld

Green публичное свойство

The world that is playing as green.
public GwWorld,GwSharp Green
Результат GwWorld

Id публичное свойство

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
Результат string

Red публичное свойство

The world that is playing as red.
public GwWorld,GwSharp Red
Результат GwWorld