C# 클래스 PlayFab.AdminModels.ItemInstance

파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer

공개 프로퍼티들

프로퍼티 타입 설명
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?

프로퍼티 상세

Annotation 공개적으로 프로퍼티

Game specific comment associated with this instance when it was added to the user inventory.
public string Annotation
리턴 string

BundleContents 공개적으로 프로퍼티

Array of unique items that were awarded when this catalog item was purchased.
public List BundleContents
리턴 List

BundleParent 공개적으로 프로퍼티

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
리턴 string

CatalogVersion 공개적으로 프로퍼티

Catalog version for the inventory item, when this instance was created.
public string CatalogVersion
리턴 string

CustomData 공개적으로 프로퍼티

A set of custom key-value pairs on the inventory item.
public Dictionary CustomData
리턴 string>.Dictionary

DisplayName 공개적으로 프로퍼티

CatalogItem.DisplayName at the time this item was purchased.
public string DisplayName
리턴 string

Expiration 공개적으로 프로퍼티

Timestamp for when this instance will expire.
public DateTime? Expiration
리턴 DateTime?

ItemClass 공개적으로 프로퍼티

Class name for the inventory item, as defined in the catalog.
public string ItemClass
리턴 string

ItemId 공개적으로 프로퍼티

Unique identifier for the inventory item, as defined in the catalog.
public string ItemId
리턴 string

ItemInstanceId 공개적으로 프로퍼티

Unique item identifier for this specific instance of the item.
public string ItemInstanceId
리턴 string

PurchaseDate 공개적으로 프로퍼티

Timestamp for when this instance was purchased.
public DateTime? PurchaseDate
리턴 DateTime?

RemainingUses 공개적으로 프로퍼티

Total number of remaining uses, if this is a consumable item.
public int? RemainingUses
리턴 int?

UnitCurrency 공개적으로 프로퍼티

Currency type for the cost of the catalog item.
public string UnitCurrency
리턴 string

UnitPrice 공개적으로 프로퍼티

Cost of the catalog item in the given currency.
public uint UnitPrice
리턴 uint

UsesIncrementedBy 공개적으로 프로퍼티

The number of uses that were added or removed to this item in this call.
public int? UsesIncrementedBy
리턴 int?