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