AX#

Search Results for

    Show / Hide Table of Contents

    Class RealValueValidationRule

    Provides validation rule for OnlinerReal type.

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

    Constructors

    | Edit this page View Source

    RealValueValidationRule(OnlinerReal)

    Initializes a new instance of the RealValueValidationRule class.

    Declaration
    public RealValueValidationRule(OnlinerReal onliner)
    Parameters
    Type Name Description
    OnlinerReal onliner

    Onliner type.

    Methods

    | Edit this page View Source

    Validate(float, CultureInfo)

    Validates value of OnlinerReal

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

    Value to validate.

    CultureInfo culture

    Culture.

    Returns
    Type Description
    ValidationResult

    Validation result.

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