Click or drag to resize
V2Endpoint Class
View Project on GitHub
Represents the V2 endpoint.
Inheritance Hierarchy
SystemObject
  GW2CSharp.V2V2Endpoint

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

The V2Endpoint type exposes the following members.

Constructors
  NameDescription
Public methodV2Endpoint
The V2 endpoint.
Top
Properties
  NameDescription
Public propertyAccount
Returns a wrapper for all the account endpoint calls.
Public propertyAchievements
Returns a wrapper for all achievements endpoint calls.
Public propertyColors
Returns a wrapper for all color endpoint calls.
Public propertyContinents
Returns a wrapper for all continent endpoint calls.
Public propertyCurrencies
Returns a wrapper for all currency endpoint calls.
Public propertyExchanges
Returns a wrapper for all exchange endpoint calls.
Public propertyGetBuildId
Returns the current build id.
Public propertyItems
Returns a wrapper for all the item endpoint calls.
Public propertyListings
Returns a wrapper for all the listing endpoint calls.
Public propertyMaps
Returns a wrapper for all map endpoint calls.
Public propertyMinis
Returns a wrapper for all the minis endpoint calls.
Public propertyPrices
Returns a wrapper for all the price endpoint calls.
Public propertyPvpGame
Returns a wrapper for all pvpgame endpoint calls.
Public propertyPvpStatistics
Returns a wrapper for all pvpstats endpoint calls.
Public propertyQuaggans
Returns a wrapper for all quaggan endpoint calls.
Public propertyRecipeWrapper
Returns a wrapper for acessing recipes
Public propertyRessourceFiles
Returns a wrapper for all RessourceFile endpoint calls.
Public propertySkins
Returns a wrapper for all skin endpoint calls.
Public propertyTokenInfo
Returns a wrapper for all tokeninfo endpoint calls.
Public propertyTransactions
Returns a wrapper for all transactions endpoint calls.
Public propertyWorlds
Returns a wrapper for all world endpoint calls.
Public propertyWvWMatches
Returns a wrapper for all the wvw matches endpoint calls.
Public propertyWvWObjectives
Returns a wrapper for all the wvw objectives endpoint calls.
Top
Methods
  NameDescription
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
Examples
public void GetBuildId()
{
    int buildId = GW2Api.V2().GetBuildId;
}
See Also