AX#

Search Results for

    Show / Hide Table of Contents

    Class LWordValueValidationRule

    Provides validation rule for OnlinerLWord type.

    Inheritance
    object
    OnlinerValidationRule<ulong>
    LWordValueValidationRule
    Inherited Members
    OnlinerValidationRule<ulong>.Max
    OnlinerValidationRule<ulong>.Min
    OnlinerValidationRule<ulong>.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 LWordValueValidationRule : OnlinerValidationRule<ulong>

    Constructors

    | Edit this page View Source

    LWordValueValidationRule(OnlinerLWord)

    Initializes a new instance of the LWordValueValidationRule class.

    Declaration
    public LWordValueValidationRule(OnlinerLWord onliner)
    Parameters
    Type Name Description
    OnlinerLWord onliner

    Onliner type.

    Methods

    | Edit this page View Source

    Validate(ulong, CultureInfo)

    Validates value of OnlinerLWord

    Declaration
    public override ValidationResult Validate(ulong value, CultureInfo culture)
    Parameters
    Type Name Description
    ulong value

    Value to validate.

    CultureInfo culture

    Culture.

    Returns
    Type Description
    ValidationResult

    Validation result.

    Overrides
    OnlinerValidationRule<ulong>.Validate(ulong, 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