AX#

Search Results for

    Show / Hide Table of Contents

    Interface IValueBoundaries<T>

    Contract for validation of a numerical value.

    Namespace: AXSharp.Connector.ValueValidation
    Assembly: AXSharp.Connector.dll
    Syntax
    public interface IValueBoundaries<out T>
    Type Parameters
    Name Description
    T

    Properties

    | Edit this page View Source

    InstanceMaxValue

    Gets max. acceptable valie.

    Declaration
    T InstanceMaxValue { get; }
    Property Value
    Type Description
    T
    | Edit this page View Source

    InstanceMinValue

    Gets min. acceptable value.

    Declaration
    T InstanceMinValue { get; }
    Property Value
    Type Description
    T
    • 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