Class SIntValueValidationRule
Provides validation rule for OnlinerSInt type.
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 SIntValueValidationRule : OnlinerValidationRule<sbyte>
Constructors
SIntValueValidationRule(OnlinerSInt)
Initializes a new instance of the SIntValueValidationRule class.
Declaration
public SIntValueValidationRule(OnlinerSInt onliner)
Parameters
Type | Name | Description |
---|---|---|
OnlinerSInt | onliner | Onliner type. |
Methods
Validate(SByte, CultureInfo)
Validates value of OnlinerSInt
Declaration
public override ValidationResult Validate(sbyte value, CultureInfo cultureInfo)
Parameters
Type | Name | Description |
---|---|---|
System.SByte | value | Value to validate. |
System.Globalization.CultureInfo | cultureInfo | Culture. |
Returns
Type | Description |
---|---|
ValidationResult | Validation result. |
Overrides
Vortex.Connector.ValueValidation.OnlinerValidationRule<System.SByte>.Validate(System.SByte, System.Globalization.CultureInfo)