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
AllowedPattern
Optional
public string AllowedPattern { get; set; }
AllowedValues
Optional
public object[] AllowedValues { get; set; }
AssociationProperty
Optional
public string AssociationProperty { get; set; }
public System.Collections.Generic.IDictionary<string, object> AssociationPropertyMetadata { get; set; }
- Type: System.Collections.Generic.IDictionary
Confirm
Optional
public bool Confirm { get; set; }
ConstraintDescription
Optional
public object ConstraintDescription { get; set; }
DefaultValue
Optional
public object DefaultValue { get; set; }
Description
Optional
public object Description { get; set; }
Label
Optional
public string Label { get; set; }
MaxLength
Optional
public double MaxLength { get; set; }
MaxValue
Optional
public double MaxValue { get; set; }
MinLength
Optional
public double MinLength { get; set; }
MinValue
Optional
public double MinValue { get; set; }
NoEcho
Optional
public bool NoEcho { get; set; }
Placeholder
Optional
public object Placeholder { get; set; }
Required
Optional
public bool Required { get; set; }
TextArea
Optional
public bool TextArea { get; set; }
Type
Optional
public RosParameterType Type { get; set; }