Class RandSettings
- Namespace
- Ink_Canvas
- Assembly
- InkCanvasForClass.dll
public class RandSettings
- Inheritance
-
RandSettings
- Inherited Members
-
Properties
CustomPickNameBackgrounds
[JsonProperty("customPickNameBackgrounds")]
public List<CustomPickNameBackground> CustomPickNameBackgrounds { get; set; }
Property Value
- List<CustomPickNameBackground>
CustomTimerSoundPath
[JsonProperty("customTimerSoundPath")]
public string CustomTimerSoundPath { get; set; }
Property Value
- string
DirectCallCiRand
[JsonProperty("directCallCiRand")]
public bool DirectCallCiRand { get; set; }
Property Value
- bool
[JsonProperty("displayRandWindowNamesInputBtn")]
public bool DisplayRandWindowNamesInputBtn { get; set; }
Property Value
- bool
EnableMLAvoidance
[JsonProperty("enableMLAvoidance")]
public bool EnableMLAvoidance { get; set; }
Property Value
- bool
EnableOvertimeCountUp
[JsonProperty("enableOvertimeCountUp")]
public bool EnableOvertimeCountUp { get; set; }
Property Value
- bool
EnableOvertimeRedText
[JsonProperty("enableOvertimeRedText")]
public bool EnableOvertimeRedText { get; set; }
Property Value
- bool
EnableProgressiveReminder
[JsonProperty("enableProgressiveReminder")]
public bool EnableProgressiveReminder { get; set; }
Property Value
- bool
EnableQuickDraw
[JsonProperty("enableQuickDraw")]
public bool EnableQuickDraw { get; set; }
Property Value
- bool
ExternalCallerType
[JsonProperty("externalCallerType")]
public int ExternalCallerType { get; set; }
Property Value
- int
MLAvoidanceHistoryCount
[JsonProperty("mlAvoidanceHistoryCount")]
public int MLAvoidanceHistoryCount { get; set; }
Property Value
- int
MLAvoidanceWeight
[JsonProperty("mlAvoidanceWeight")]
public double MLAvoidanceWeight { get; set; }
Property Value
- double
ProgressiveReminderSoundPath
[JsonProperty("progressiveReminderSoundPath")]
public string ProgressiveReminderSoundPath { get; set; }
Property Value
- string
ProgressiveReminderVolume
[JsonProperty("progressiveReminderVolume")]
public double ProgressiveReminderVolume { get; set; }
Property Value
- double
RandWindowOnceCloseLatency
[JsonProperty("randWindowOnceCloseLatency")]
public double RandWindowOnceCloseLatency { get; set; }
Property Value
- double
RandWindowOnceMaxStudents
[JsonProperty("randWindowOnceMaxStudents")]
public int RandWindowOnceMaxStudents { get; set; }
Property Value
- int
SelectedBackgroundIndex
[JsonProperty("selectedBackgroundIndex")]
public int SelectedBackgroundIndex { get; set; }
Property Value
- int
ShowRandomAndSingleDraw
[JsonProperty("showRandomAndSingleDraw")]
public bool ShowRandomAndSingleDraw { get; set; }
Property Value
- bool
TimerVolume
[JsonProperty("timerVolume")]
public double TimerVolume { get; set; }
Property Value
- double
UseLegacyTimerUI
[JsonProperty("useLegacyTimerUI")]
public bool UseLegacyTimerUI { get; set; }
Property Value
- bool
UseNewRollCallUI
[JsonProperty("useNewRollCallUI")]
public bool UseNewRollCallUI { get; set; }
Property Value
- bool
UseNewStyleUI
[JsonProperty("useNewStyleUI")]
public bool UseNewStyleUI { get; set; }
Property Value
- bool