AX#

Search Results for

    Show / Hide Table of Contents

    Class BoolValueValidationRule

    Provides validation rule for OnlinerBool type.

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

    Constructors

    | Edit this page View Source

    BoolValueValidationRule(OnlinerBool)

    Initializes a new instance of the BoolValueValidationRule class.

    Declaration
    public BoolValueValidationRule(OnlinerBool onliner)
    Parameters
    Type Name Description
    OnlinerBool onliner

    Onliner type.

    Methods

    | Edit this page View Source

    Validate(bool, CultureInfo)

    Validates value of OnlinerBool

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

    Value to validate.

    CultureInfo culture

    Culture.

    Returns
    Type Description
    ValidationResult

    Validation result.

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