C# 클래스 PlayFab.ClientModels.GetUserCombinedInfoRequest

상속: PlayFabRequestCommon
파일 보기 프로젝트 열기: PlayFab/PlayFabGameServer 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Email string
GetAccountInfo bool?
GetInventory bool?
GetReadOnlyData bool?
GetUserData bool?
GetVirtualCurrency bool?
PlayFabId string
ReadOnlyDataKeys List
TitleDisplayName string
UserDataKeys List
Username string

프로퍼티 상세

Email 공개적으로 프로퍼티

User email address for the account to find (if no Username is specified).
public string Email
리턴 string

GetAccountInfo 공개적으로 프로퍼티

If set to false, account info will not be returned. Defaults to true.
public bool? GetAccountInfo
리턴 bool?

GetInventory 공개적으로 프로퍼티

If set to false, inventory will not be returned. Defaults to true. Inventory will never be returned for users other than yourself.
public bool? GetInventory
리턴 bool?

GetReadOnlyData 공개적으로 프로퍼티

If set to false, read-only user data will not be returned. Defaults to true.
public bool? GetReadOnlyData
리턴 bool?

GetUserData 공개적으로 프로퍼티

If set to false, custom user data will not be returned. Defaults to true.
public bool? GetUserData
리턴 bool?

GetVirtualCurrency 공개적으로 프로퍼티

If set to false, virtual currency balances will not be returned. Defaults to true. Currency balances will never be returned for users other than yourself.
public bool? GetVirtualCurrency
리턴 bool?

PlayFabId 공개적으로 프로퍼티

Unique PlayFab identifier of the user whose info is being requested. Optional, defaults to the authenticated user if no other lookup identifier set.
public string PlayFabId
리턴 string

ReadOnlyDataKeys 공개적으로 프로퍼티

User read-only custom data keys to return. If set to null, all keys will be returned. For users other than yourself, only public data will be returned.
public List ReadOnlyDataKeys
리턴 List

TitleDisplayName 공개적으로 프로퍼티

Title-specific username for the account to find (if no Email is set).
public string TitleDisplayName
리턴 string

UserDataKeys 공개적으로 프로퍼티

User custom data keys to return. If set to null, all keys will be returned. For users other than yourself, only public data will be returned.
public List UserDataKeys
리턴 List

Username 공개적으로 프로퍼티

PlayFab Username for the account to find (if no PlayFabId is specified).
public string Username
리턴 string