USIAutomationParameterDescriptor
USI.Core
Public SDK type.
public sealed class USIAutomationParameterDescriptor : IEquatable<USIAutomationParameterDescriptor>Constructors
USIAutomationParameterDescriptor
public USIAutomationParameterDescriptor(string Name, string Type, bool Required, string DefaultValue, IReadOnlyList<String> AllowedValues)Properties
AllowedValues
public IReadOnlyList<String> AllowedValues { get; set; }DefaultValue
public string DefaultValue { get; set; }Name
public string Name { get; set; }Required
public bool Required { get; set; }Type
public string Type { get; set; }Methods
<Clone>$
public USIAutomationParameterDescriptor <Clone>$()Deconstruct
public void Deconstruct(string Name, string Type, bool Required, string DefaultValue, IReadOnlyList<String> AllowedValues)Equals
public bool Equals(object obj)Equals
public bool Equals(USIAutomationParameterDescriptor other)GetHashCode
public int GetHashCode()ToString
public string ToString()