Class ReloadCommandSettings
Reload
public sealed class ReloadCommandSettings : ICommand
- Inheritance
-
ReloadCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
IgnoreCache
Gets or sets the ignoreCache
[JsonPropertyName("ignoreCache")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? IgnoreCache { get; set; }
Property Value
- bool?
ScriptToEvaluateOnLoad
Gets or sets the scriptToEvaluateOnLoad
[JsonPropertyName("scriptToEvaluateOnLoad")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string ScriptToEvaluateOnLoad { get; set; }