Class ResolveValuesCommandSettings
ResolveValues
public sealed class ResolveValuesCommandSettings : ICommand
- Inheritance
-
ResolveValuesCommandSettings
- Implements
- Inherited Members
Properties
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
NodeId
Gets or sets the nodeId
[JsonPropertyName("nodeId")]
public long NodeId { get; set; }
Property Value
PropertyName
Gets or sets the propertyName
[JsonPropertyName("propertyName")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? PropertyName { get; set; }
Property Value
PseudoIdentifier
Gets or sets the pseudoIdentifier
[JsonPropertyName("pseudoIdentifier")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public string? PseudoIdentifier { get; set; }
Property Value
PseudoType
Gets or sets the pseudoType
[JsonPropertyName("pseudoType")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public PseudoType? PseudoType { get; set; }
Property Value
Values
Gets or sets the values
[JsonPropertyName("values")]
public string[] Values { get; set; }
Property Value
- string[]