Class AddRuleCommandSettings
AddRule
public sealed class AddRuleCommandSettings : ICommand
- Inheritance
-
AddRuleCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
Location
Gets or sets the location
[JsonPropertyName("location")]
public SourceRange Location { get; set; }
Property Value
RuleText
Gets or sets the ruleText
[JsonPropertyName("ruleText")]
public string RuleText { get; set; }
Property Value
StyleSheetId
Gets or sets the styleSheetId
[JsonPropertyName("styleSheetId")]
public string StyleSheetId { get; set; }