AX#

Search Results for

    Show / Hide Table of Contents

    Class IntValueValidationRule

    Provides validation rule for OnlinerInt type.

    Inheritance
    object
    OnlinerValidationRule<short>
    IntValueValidationRule
    Inherited Members
    OnlinerValidationRule<short>.Max
    OnlinerValidationRule<short>.Min
    OnlinerValidationRule<short>.ValidationErrorTip
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: AXSharp.Connector.ValueValidation
    Assembly: AXSharp.Connector.dll
    Syntax
    public class IntValueValidationRule : OnlinerValidationRule<short>

    Constructors

    | Edit this page View Source

    IntValueValidationRule(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 Source

    Validate(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.

    Overrides
    OnlinerValidationRule<short>.Validate(short, CultureInfo)
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors