AX#

Search Results for

    Show / Hide Table of Contents

    Class USintValueValidationRule

    Provides validation rule for OnlinerUSInt type.

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

    Constructors

    | Edit this page View Source

    USintValueValidationRule(OnlinerUSInt)

    Initializes a new instance of the USintValueValidationRule class.

    Declaration
    public USintValueValidationRule(OnlinerUSInt onliner)
    Parameters
    Type Name Description
    OnlinerUSInt onliner

    Onliner type.

    Methods

    | Edit this page View Source

    Validate(byte, CultureInfo)

    Validates value of OnlinerUSInt

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

    Value to validate.

    CultureInfo culture

    Culture.

    Returns
    Type Description
    ValidationResult

    Validation result.

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