'
Show / Hide Table of Contents

Class PlayerModel

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

Properties

CloudExtenderID

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

Code

Declaration
public string Code { get; set; }
Property Value
Type Description
System.String

CPUSpeed

Declaration
public decimal? CPUSpeed { get; set; }
Property Value
Type Description
System.Nullable<System.Decimal>

CPUType

Declaration
public string CPUType { get; set; }
Property Value
Type Description
System.String

EnableSynchronization

Type: Bool. Deprecated (will always return false)

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

FallbackBundleID

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

HardDriveCapacity

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

HostName

Declaration
public string HostName { get; set; }
Property Value
Type Description
System.String

InterruptBundleID

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

IPAddress

Declaration
public string IPAddress { get; set; }
Property Value
Type Description
System.String

IsDecommissioned

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

MACAddress

Declaration
public string MACAddress { get; set; }
Property Value
Type Description
System.String

MimickedPlayerID

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

Name

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

NetworkName

Declaration
public string NetworkName { get; set; }
Property Value
Type Description
System.String

OS

Declaration
public string OS { get; set; }
Property Value
Type Description
System.String

OSVersion

Declaration
public string OSVersion { get; set; }
Property Value
Type Description
System.String

PlayerConfigurationModelID

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

PlayerID

Declaration
public Guid PlayerID { get; set; }
Property Value
Type Description
System.Guid

PlayerModelID

Declaration
public Guid PlayerModelID { get; set; }
Property Value
Type Description
System.Guid

PlayerNetworkMonitoringUrlParams

Declaration
public string PlayerNetworkMonitoringUrlParams { get; set; }
Property Value
Type Description
System.String

PlayerRemoteControlUrlParams

Declaration
public string PlayerRemoteControlUrlParams { get; set; }
Property Value
Type Description
System.String

PlayerScreenshotUrlParams

Declaration
public string PlayerScreenshotUrlParams { get; set; }
Property Value
Type Description
System.String

PlayerSoftwareVersion

Declaration
public string PlayerSoftwareVersion { get; set; }
Property Value
Type Description
System.String

PlayerState

Declaration
public PlayerStateModel PlayerState { get; set; }
Property Value
Type Description
PlayerStateModel

RAMQuantity

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

RAMType

Declaration
public string RAMType { get; set; }
Property Value
Type Description
System.String

UnsynchronizedBundleID

Declaration
public Guid? UnsynchronizedBundleID { get; set; }
Property Value
Type Description
System.Nullable<System.Guid>
Back to top Generated by DocFX