AX#

Search Results for

    Show / Hide Table of Contents

    Class CharValueValidationRule

    Provides validation rule for OnlinerByte type.

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

    Constructors

    | Edit this page View Source

    CharValueValidationRule(OnlinerChar)

    Initializes a new instance of the ByteValueValidationRule class.

    Declaration
    public CharValueValidationRule(OnlinerChar onliner)
    Parameters
    Type Name Description
    OnlinerChar onliner

    Onliner type.

    Methods

    | Edit this page View Source

    Validate(char, CultureInfo)

    Validates value of OnlinerByte

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

    Value to validate.

    CultureInfo culture

    Culture.

    Returns
    Type Description
    ValidationResult

    Validation result.

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