Class GetGridHighlightObjectsForTestCommandSettings
For Persistent Grid testing.
public sealed class GetGridHighlightObjectsForTestCommandSettings : ICommand
- Inheritance
-
GetGridHighlightObjectsForTestCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
NodeIds
Ids of the node to get highlight object for.
[JsonPropertyName("nodeIds")]
public long[] NodeIds { get; set; }
Property Value
- long[]