Class UDIntValueValidationRule
Provides validation rule for Onliner
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Vortex.Connector.ValueValidation
Assembly: Vortex.Connector.dll
Syntax
public class UDIntValueValidationRule : OnlinerValidationRule<uint>
Constructors
UDIntValueValidationRule(OnlinerUDInt)
Initializes a new instance of the UDInt
Declaration
public UDIntValueValidationRule(OnlinerUDInt onliner)
Parameters
Type | Name | Description |
---|---|---|
Onliner |
onliner | Onliner type. |
Methods
Validate(UInt32, CultureInfo)
Validates value of Onliner
Declaration
public override ValidationResult Validate(uint value, CultureInfo cultureInfo)
Parameters
Type | Name | Description |
---|---|---|
System. |
value | Value to validate. |
System. |
cultureInfo | Culture. |
Returns
Type | Description |
---|---|
Validation |
Validation result. |
Overrides
Vortex.Connector.ValueValidation.OnlinerValidationRule<System.UInt32>.Validate(System.UInt32, System.Globalization.CultureInfo)