'
Show / Hide Table of Contents

Class EmergencyMessageModel

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

Properties

AppendLoopEndDateTimeUTC

Type: Datetime. Will set end time of appending EMs

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

AppendLoopStartDateTimeUTC

Type: Datetime. Will set start time of appending EMs

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

BundleID

Type: Guid. BundleID for EM

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

Code

Type: String. Code for EM

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

EmergencyMessageFaces

Type: EmergencyMessageFacesModel. Assigns faces to EM on creation

Declaration
public IEnumerable<EmergencyMessageFacesModel> EmergencyMessageFaces { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<EmergencyMessageFacesModel>

EmergencyMessageID

Type: Guid.

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

IsAppendingLoop

Type: Boolean. True if appending EM

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

IsOverridingLoop

Type: Boolean. True if overriding EM

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

Name

Type: String. Name for EM

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

OverrideLoopEndDateTimeUTC

Type: Datetime. Will set end time of overriding EMs

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

OverrideLoopStartDateTimeUTC

Type: Datetime. Will set start time of overriding EMs

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

Saturation

Type: Float. Number of times that EM is played each loop, if under saturated, value must be 1/N

Declaration
public float Saturation { get; set; }
Property Value
Type Description
System.Single

SpotLength

Type: Integer. Duration of EM in seconds

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