C# Class PlayFab.AdminModels.ItemInstance

Afficher le fichier Open project: PlayFab/PlayFabGameServer

Méthodes publiques

Свойство Type Description
Annotation string
BundleContents List
BundleParent string
CatalogVersion string
CustomData string>.Dictionary
DisplayName string
Expiration DateTime?
ItemClass string
ItemId string
ItemInstanceId string
PurchaseDate DateTime?
RemainingUses int?
UnitCurrency string
UnitPrice uint
UsesIncrementedBy int?

Property Details

Annotation public_oe property

Game specific comment associated with this instance when it was added to the user inventory.
public string Annotation
Résultat string

BundleContents public_oe property

Array of unique items that were awarded when this catalog item was purchased.
public List BundleContents
Résultat List

BundleParent public_oe property

Unique identifier for the parent inventory item, as defined in the catalog, for object which were added from a bundle or container.
public string BundleParent
Résultat string

CatalogVersion public_oe property

Catalog version for the inventory item, when this instance was created.
public string CatalogVersion
Résultat string

CustomData public_oe property

A set of custom key-value pairs on the inventory item.
public Dictionary CustomData
Résultat string>.Dictionary

DisplayName public_oe property

CatalogItem.DisplayName at the time this item was purchased.
public string DisplayName
Résultat string

Expiration public_oe property

Timestamp for when this instance will expire.
public DateTime? Expiration
Résultat DateTime?

ItemClass public_oe property

Class name for the inventory item, as defined in the catalog.
public string ItemClass
Résultat string

ItemId public_oe property

Unique identifier for the inventory item, as defined in the catalog.
public string ItemId
Résultat string

ItemInstanceId public_oe property

Unique item identifier for this specific instance of the item.
public string ItemInstanceId
Résultat string

PurchaseDate public_oe property

Timestamp for when this instance was purchased.
public DateTime? PurchaseDate
Résultat DateTime?

RemainingUses public_oe property

Total number of remaining uses, if this is a consumable item.
public int? RemainingUses
Résultat int?

UnitCurrency public_oe property

Currency type for the cost of the catalog item.
public string UnitCurrency
Résultat string

UnitPrice public_oe property

Cost of the catalog item in the given currency.
public uint UnitPrice
Résultat uint

UsesIncrementedBy public_oe property

The number of uses that were added or removed to this item in this call.
public int? UsesIncrementedBy
Résultat int?