AX#

Search Results for

    Show / Hide Table of Contents

    Class SIntValueValidationRule

    Provides validation rule for OnlinerSInt type.

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

    Constructors

    | Edit this page View Source

    SIntValueValidationRule(OnlinerSInt)

    Initializes a new instance of the SIntValueValidationRule class.

    Declaration
    public SIntValueValidationRule(OnlinerSInt onliner)
    Parameters
    Type Name Description
    OnlinerSInt onliner

    Onliner type.

    Methods

    | Edit this page View Source

    Validate(sbyte, CultureInfo)

    Validates value of OnlinerSInt

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

    Value to validate.

    CultureInfo culture

    Culture.

    Returns
    Type Description
    ValidationResult

    Validation result.

    Overrides
    OnlinerValidationRule<sbyte>.Validate(sbyte, CultureInfo)
    • Edit this page
    • View Source
    In this article
    • Constructors
      • SIntValueValidationRule(OnlinerSInt)
    • Methods
      • Validate(sbyte, CultureInfo)
    Back to top Generated by DocFx. © MTS spol. s r.o., MTS spol. s r.o., and awesome contributors