'
Show / Hide Table of Contents

Class PlayerStateModel

Namespace: Ayuda.BMS.Splash.PI.SDK.Models

Properties

IsDirty

Declaration
public bool IsDirty { get; set; }
Property Value
Type Description
System.Boolean

LastCheckInTimeUtc

Declaration
public DateTime? LastCheckInTimeUtc { get; set; }
Property Value
Type Description
System.Nullable<System.DateTime>

LastTimeIsDirtyCheckIn

Declaration
public DateTime LastTimeIsDirtyCheckIn { get; set; }
Property Value
Type Description
System.DateTime

LastTimeZoneOffsetInMinutes

Declaration
public int? LastTimeZoneOffsetInMinutes { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>

PlayerID

Declaration
public Guid PlayerID { get; set; }
Property Value
Type Description
System.Guid
Back to top Generated by DocFX