MatchesWrapper Class |
Namespace: GW2CSharp.V2.Unauthenticated.WvW
public class MatchesWrapper : ApiBase
The MatchesWrapper type exposes the following members.
Name | Description | |
---|---|---|
![]() | MatchesWrapper |
Returns a wrapper for all the wvw matches endpoint calls.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetAll |
Returns all the matches
|
![]() | GetAll(RequestedLanguage) |
Returns all the matches
|
![]() | GetById(String) |
Get a match using its id
|
![]() | GetById(String, RequestedLanguage) |
Get a match using its id
|
![]() | GetByWorldId(Int32) |
Get an match using its id
|
![]() | GetByWorldId(Int32, RequestedLanguage) |
Get an match using its id
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetMultipleById(ListString) |
Returns all the matches
|
![]() | GetMultipleById(String) |
Fetch multiple matches
|
![]() | GetMultipleById(ListString, RequestedLanguage) |
Returns all the matches
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |