'
Show / Hide Table of Contents

Class ScreenModel

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

Properties

Code

Type: string. Maximum length: 16 characters.

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

DeviceName

Type: string. Maximum length: 30 characters.

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

EnablePlayback

Type: bool. Optional

Declaration
public bool? EnablePlayback { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>

FaceID

Type: Guid. Optional. Which face this screen is directly associated to.

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

IsPrimary

Type: bool. Primary screen as reported by the player.

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

Manufacturer

Type: string. Maximum length: 255 characters.

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

Name

Type: string. Maximum length: 255 characters.

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

PixelHeight

Type: Int. Height of the screen in pixels

Declaration
public int PixelHeight { get; set; }
Property Value
Type Description
System.Int32

PixelWidth

Type: Int. Width of the screen in pixels

Declaration
public int PixelWidth { get; set; }
Property Value
Type Description
System.Int32

PlayerID

Type: Guid. Optional. Which player this screen is associated to.

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

ScreenCommandConfigurationID

Type: Guid. Optional.

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

ScreenID

Type: Guid. Automatically generated upon creation.

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

ScreenModelID

Type: Guid.

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

XOrigin

Type: Int. X origin of the screen in pixels

Declaration
public int XOrigin { get; set; }
Property Value
Type Description
System.Int32

YOrigin

Type: Int. Y origin of the screen in pixels

Declaration
public int YOrigin { get; set; }
Property Value
Type Description
System.Int32
Back to top Generated by DocFX