Click or drag to resize
TpItemListing Class
View Project on GitHub
Represents a single item on the tp
Inheritance Hierarchy
SystemObject
  GW2CSharp.V2.Unauthenticated.CommerceTpItem
    GW2CSharp.V2.Unauthenticated.CommerceTpItemListing

Namespace: GW2CSharp.V2.Unauthenticated.Commerce
Assembly: GW2CSharp (in GW2CSharp.dll) Version: 0.15.0.0 (0.15)
Syntax
C#
public class TpItemListing : TpItem

The TpItemListing type exposes the following members.

Constructors
  NameDescription
Public methodTpItemListing
Initialization of a TpItemListing object.
Top
Properties
  NameDescription
Public propertyListings
The number of individual listings this object refers to (e.g. two players selling at the same price will end up in the same listing)
Public propertyQuantity
The amount of items being sold/bought.
(Inherited from TpItem.)
Public propertyUnitPrice
The sell offer or buy order price in coins.
(Inherited from TpItem.)
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
See Also