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
NodeForPropertySyntaxValidation
Gets or sets the nodeForPropertySyntaxValidation
[JsonPropertyName("nodeForPropertySyntaxValidation")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public long? NodeForPropertySyntaxValidation { get; set; }Property Value
- long?
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; }