AX#

Search Results for

    Show / Hide Table of Contents

    Class WordValueValidationRule

    Provides validation rule for OnlinerWord type.

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

    Constructors

    | Edit this page View Source

    WordValueValidationRule(OnlinerWord)

    Initializes a new instance of the WordValueValidationRule class.

    Declaration
    public WordValueValidationRule(OnlinerWord onliner)
    Parameters
    Type Name Description
    OnlinerWord onliner

    Onliner type.

    Methods

    | Edit this page View Source

    Validate(ushort, CultureInfo)

    Validates value of OnlinerWord

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

    Value to validate.

    CultureInfo culture

    Culture.

    Returns
    Type Description
    ValidationResult

    Validation result.

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