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