Class SearchInResourceCommandSettings
SearchInResource
public sealed class SearchInResourceCommandSettings : ICommand
- Inheritance
-
SearchInResourceCommandSettings
- Implements
- Inherited Members
Properties
CaseSensitive
Gets or sets the caseSensitive
[JsonPropertyName("caseSensitive")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? CaseSensitive { get; set; }
Property Value
- bool?
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
FrameId
Gets or sets the frameId
[JsonPropertyName("frameId")]
public string FrameId { get; set; }
Property Value
IsRegex
Gets or sets the isRegex
[JsonPropertyName("isRegex")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? IsRegex { get; set; }
Property Value
- bool?
Query
Gets or sets the query
[JsonPropertyName("query")]
public string Query { get; set; }
Property Value
Url
Gets or sets the url
[JsonPropertyName("url")]
public string Url { get; set; }