Click or drag to resize
ApiBase Class
View Project on GitHub
Base class for all coming endpoint calls.
Inheritance Hierarchy
System.Object
  GW2CSharp.ApiBase
    More...

Namespace: GW2CSharp
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public class ApiBase

The ApiBase type exposes the following members.

Constructors
  NameDescription
Public methodApiBase
Initializes a new instance of the ApiBase class
Top
Methods
  NameDescription
Public methodStatic memberDeserializeObject<T>
Deserializes a object.
Public methodStatic memberDownloadJsonString
Downloads a JsonString from a url.
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
Inheritance Hierarchy
System.Object
  GW2CSharp.ApiBase
    GW2CSharp.V2.Authenticated.Account.AccountWrapper
    GW2CSharp.V2.Authenticated.Commerce.TransactionsWrapper
    GW2CSharp.V2.Authenticated.Pvp.Games.PvpGameWrapper
    GW2CSharp.V2.Authenticated.Pvp.Stats.PvpStatisticWrapper
    GW2CSharp.V2.Authenticated.TokenInfo.TokeninfoWrapper
    GW2CSharp.V2.Unauthenticated.Achievement.AchievementWrapper
    GW2CSharp.V2.Unauthenticated.Colors.ColorWrapper
    GW2CSharp.V2.Unauthenticated.Commerce.Exchange.ExchangeWrapper
    GW2CSharp.V2.Unauthenticated.Commerce.ListingWrapper
    GW2CSharp.V2.Unauthenticated.Commerce.PriceWrapper
    GW2CSharp.V2.Unauthenticated.Continents.Continent
    GW2CSharp.V2.Unauthenticated.Continents.ContinentWrapper
    GW2CSharp.V2.Unauthenticated.Continents.Floor
    GW2CSharp.V2.Unauthenticated.Currencies.CurrencyWrapper
    GW2CSharp.V2.Unauthenticated.Files.RessourceFileWrapper
    GW2CSharp.V2.Unauthenticated.Items.ItemWrapper
    GW2CSharp.V2.Unauthenticated.Items.Skins.SkinWrapper
    GW2CSharp.V2.Unauthenticated.Maps.MapWrapper
    GW2CSharp.V2.Unauthenticated.Minis.MinisWrapper
    GW2CSharp.V2.Unauthenticated.Quaggans.QuagganWrapper
    GW2CSharp.V2.Unauthenticated.Recipes.RecipesWrapper
    GW2CSharp.V2.Unauthenticated.Worlds.WorldWrapper
    GW2CSharp.V2.Unauthenticated.WvW.MatchesWrapper
    GW2CSharp.V2.Unauthenticated.WvW.ObjectivesWrapper