Class SIntValueValidationRule
Provides validation rule for OnlinerSInt type.
Inherited Members
Namespace: AXSharp.Connector.ValueValidation
Assembly: AXSharp.Connector.dll
Syntax
public class SIntValueValidationRule : OnlinerValidationRule<sbyte>
Constructors
| Edit this page View SourceSIntValueValidationRule(OnlinerSInt)
Initializes a new instance of the SIntValueValidationRule class.
Declaration
public SIntValueValidationRule(OnlinerSInt onliner)
Parameters
Type | Name | Description |
---|---|---|
OnlinerSInt | onliner | Onliner type. |
Methods
| Edit this page View SourceValidate(sbyte, CultureInfo)
Validates value of OnlinerSInt
Declaration
public override ValidationResult Validate(sbyte value, CultureInfo culture)
Parameters
Type | Name | Description |
---|---|---|
sbyte | value | Value to validate. |
CultureInfo | culture | Culture. |
Returns
Type | Description |
---|---|
ValidationResult | Validation result. |