Click or drag to resize
ValueValidationResult Enumeration
Specifies values for Result

Namespace:  ABB.Robotics.RobotStudio.Stations
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
public enum ValueValidationResult
Members
  Member nameValueDescription
Valid0 The value is valid.
InvalidType1 The value is of the wrong type.
BelowMin2 The value is below the minimum value.
AboveMax3 The value is above the maximum value.
NotAllowed4 The value is not within the set of allowed values.
TooShort5 The value is a string which is too short.
TooLong6 The value is a string which is too long.
InvalidProject7 The value is a ProjectObject which does not belong to the same Project as the SmartComponent.
InvalidSyntax8 The value is an expression with invalid syntax.
Invalid9 The value is invalid for any other reason.
Remarks
Standard validation is performed according to KnownAttributeKeys in Attributes. Custom validation is performed in code behind, see QueryPropertyValueValid(SmartComponent, DynamicProperty, Object).
Version Information

Supported in: 1.0.0.0
See Also