C# Класс PlayFab.ClientModels.GetUserCombinedInfoResult

Наследование: PlayFab.SharedModels.PlayFabResultCommon
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
AccountInfo UserAccountInfo
Data UserDataRecord>.Dictionary
DataVersion uint
Inventory List
PlayFabId string
ReadOnlyData UserDataRecord>.Dictionary
ReadOnlyDataVersion uint
VirtualCurrency int>.Dictionary
VirtualCurrencyRechargeTimes VirtualCurrencyRechargeTime>.Dictionary

Описание свойств

AccountInfo публичное свойство

Account information for the user.
public UserAccountInfo,PlayFab.ClientModels AccountInfo
Результат UserAccountInfo

Data публичное свойство

User specific custom data.
public Dictionary Data
Результат UserDataRecord>.Dictionary

DataVersion публичное свойство

The version of the UserData that was returned.
public uint DataVersion
Результат uint

Inventory публичное свойство

Array of inventory items in the user's current inventory.
public List Inventory
Результат List

PlayFabId публичное свойство

Unique PlayFab identifier of the owner of the combined info.
public string PlayFabId
Результат string

ReadOnlyData публичное свойство

User specific read-only data.
public Dictionary ReadOnlyData
Результат UserDataRecord>.Dictionary

ReadOnlyDataVersion публичное свойство

The version of the Read-Only UserData that was returned.
public uint ReadOnlyDataVersion
Результат uint

VirtualCurrency публичное свойство

Array of virtual currency balance(s) belonging to the user.
public Dictionary VirtualCurrency
Результат int>.Dictionary

VirtualCurrencyRechargeTimes публичное свойство

Array of remaining times and timestamps for virtual currencies.
public Dictionary VirtualCurrencyRechargeTimes
Результат VirtualCurrencyRechargeTime>.Dictionary