AX#

Search Results for

    Show / Hide Table of Contents

    Class UIntValueValidationRule

    Provides validation rule for OnlinerUInt type.

    Inheritance
    object
    OnlinerValidationRule<ushort>
    UIntValueValidationRule
    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 UIntValueValidationRule : OnlinerValidationRule<ushort>

    Constructors

    | Edit this page View Source

    UIntValueValidationRule(OnlinerUInt)

    Initializes a new instance of the UIntValueValidationRule class.

    Declaration
    public UIntValueValidationRule(OnlinerUInt onliner)
    Parameters
    Type Name Description
    OnlinerUInt onliner

    Onliner type.

    Methods

    | Edit this page View Source

    Validate(ushort, CultureInfo)

    Validates value of OnlinerUInt

    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