Skip to content

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

Name Type Description
AllowedPattern string No description.
AllowedValues object[] No description.
AssociationProperty string No description.
AssociationPropertyMetadata System.Collections.Generic.IDictionary No description.
Confirm bool No description.
ConstraintDescription object No description.
DefaultValue object No description.
Description object No description.
Label string No description.
MaxLength double No description.
MaxValue double No description.
MinLength double No description.
MinValue double No description.
NoEcho bool No description.
Placeholder object No description.
Required bool No description.
TextArea bool No description.
Type RosParameterType No description.

AllowedPatternOptional

public string AllowedPattern { get; set; }
  • Type: string

AllowedValuesOptional

public object[] AllowedValues { get; set; }
  • Type: object[]

AssociationPropertyOptional

public string AssociationProperty { get; set; }
  • Type: string

AssociationPropertyMetadataOptional

public System.Collections.Generic.IDictionary<string, object> AssociationPropertyMetadata { get; set; }
  • Type: System.Collections.Generic.IDictionary

ConfirmOptional

public bool Confirm { get; set; }
  • Type: bool

ConstraintDescriptionOptional

public object ConstraintDescription { get; set; }
  • Type: object

DefaultValueOptional

public object DefaultValue { get; set; }
  • Type: object

DescriptionOptional

public object Description { get; set; }
  • Type: object

LabelOptional

public string Label { get; set; }
  • Type: string

MaxLengthOptional

public double MaxLength { get; set; }
  • Type: double

MaxValueOptional

public double MaxValue { get; set; }
  • Type: double

MinLengthOptional

public double MinLength { get; set; }
  • Type: double

MinValueOptional

public double MinValue { get; set; }
  • Type: double

NoEchoOptional

public bool NoEcho { get; set; }
  • Type: bool

PlaceholderOptional

public object Placeholder { get; set; }
  • Type: object

RequiredOptional

public bool Required { get; set; }
  • Type: bool

TextAreaOptional

public bool TextArea { get; set; }
  • Type: bool

TypeOptional

public RosParameterType Type { get; set; }