RosParameterProps
Initializer
using AlibabaCloud.SDK.ROS.CDK.Core;
new RosParameterProps {
string AllowedPattern = null,
object[] AllowedValues = null,
string AssociationProperty = null,
System.Collections.Generic.IDictionary<string, object> AssociationPropertyMetadata = null,
bool Confirm = null,
object ConstraintDescription = null,
object DefaultValue = null,
object Description = null,
string Label = null,
double MaxLength = null,
double MaxValue = null,
double MinLength = null,
double MinValue = null,
bool NoEcho = null,
object Placeholder = null,
bool Required = null,
bool TextArea = null,
RosParameterType Type = null
};
Properties
AllowedPatternOptional
public string AllowedPattern { get; set; }
AllowedValuesOptional
public object[] AllowedValues { get; set; }
AssociationPropertyOptional
public string AssociationProperty { get; set; }
public System.Collections.Generic.IDictionary<string, object> AssociationPropertyMetadata { get; set; }
- Type: System.Collections.Generic.IDictionary
ConfirmOptional
public bool Confirm { get; set; }
ConstraintDescriptionOptional
public object ConstraintDescription { get; set; }
DefaultValueOptional
public object DefaultValue { get; set; }
DescriptionOptional
public object Description { get; set; }
LabelOptional
public string Label { get; set; }
MaxLengthOptional
public double MaxLength { get; set; }
MaxValueOptional
public double MaxValue { get; set; }
MinLengthOptional
public double MinLength { get; set; }
MinValueOptional
public double MinValue { get; set; }
NoEchoOptional
public bool NoEcho { get; set; }
PlaceholderOptional
public object Placeholder { get; set; }
RequiredOptional
public bool Required { get; set; }
TextAreaOptional
public bool TextArea { get; set; }
TypeOptional
public RosParameterType Type { get; set; }