Item Class |
Namespace: GW2CSharp.V2.Unauthenticated.Items
public class Item : Imageable
The Item type exposes the following members.
Name | Description | |
---|---|---|
![]() | ChatLink |
The chat link.
|
![]() | Description |
The item description.
|
![]() | Details |
Additional item details if applicable, depending on the item type.
|
![]() | Flags |
Flags applying to the item.
|
![]() | GameTypes |
The game types in which the item is usable. At least one game type is specified.
|
![]() | Icon |
The full icon URL.
|
![]() | Id |
The item id.
|
![]() | Level |
The required level.
|
![]() | Name |
The item name.
|
![]() | Rarity |
The item rarity.
|
![]() | Restrictions |
Restrictions applied to the item.
|
![]() | Skin |
The default skin id.
|
![]() | Type |
The item type.
|
![]() | VendorValue |
The value in coins when selling to a vendor. (Can be non-zero even when the item has the NoSell flag.)
|
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.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetImage |
Returns the icon as a Bitmap
(Inherited from Imageable.) |
![]() | 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.) |