Class GetContainerForNodeCommandSettings
GetContainerForNode
public sealed class GetContainerForNodeCommandSettings : ICommand
- Inheritance
-
GetContainerForNodeCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
ContainerName
Gets or sets the containerName
[JsonPropertyName("containerName")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string ContainerName { get; set; }
Property Value
LogicalAxes
Gets or sets the logicalAxes
[JsonPropertyName("logicalAxes")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public LogicalAxes? LogicalAxes { get; set; }
Property Value
NodeId
Gets or sets the nodeId
[JsonPropertyName("nodeId")]
public long NodeId { get; set; }
Property Value
PhysicalAxes
Gets or sets the physicalAxes
[JsonPropertyName("physicalAxes")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public PhysicalAxes? PhysicalAxes { get; set; }