C# 클래스 PlayFab.ServerModels.UserTitleInfo

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

공개 프로퍼티들

프로퍼티 타입 설명
Created System.DateTime
DisplayName string
FirstLogin DateTime?
LastLogin DateTime?
Origination UserOrigination?
isBanned bool?

프로퍼티 상세

Created 공개적으로 프로퍼티

timestamp indicating when the user was first associated with this game (this can differ significantly from when the user first registered with PlayFab)
public DateTime,System Created
리턴 System.DateTime

DisplayName 공개적으로 프로퍼티

name of the user, as it is displayed in-game
public string DisplayName
리턴 string

FirstLogin 공개적으로 프로퍼티

timestamp indicating when the user first signed into this game (this can differ from the Created timestamp, as other events, such as issuing a beta key to the user, can associate the title to the user)
public DateTime? FirstLogin
리턴 DateTime?

LastLogin 공개적으로 프로퍼티

timestamp for the last user login for this title
public DateTime? LastLogin
리턴 DateTime?

Origination 공개적으로 프로퍼티

source by which the user first joined the game, if known
public UserOrigination? Origination
리턴 UserOrigination?

isBanned 공개적으로 프로퍼티

boolean indicating whether or not the user is currently banned for a title
public bool? isBanned
리턴 bool?