AX#

Search Results for

    Show / Hide Table of Contents

    Class LDateTimeValueValidationRule

    Provides validation rule for OnlinerDateTime type.

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

    Constructors

    | Edit this page View Source

    LDateTimeValueValidationRule(OnlinerLDateTime)

    Initializes a new instance of the DateTimeValueValidationRule class.

    Declaration
    public LDateTimeValueValidationRule(OnlinerLDateTime onliner)
    Parameters
    Type Name Description
    OnlinerLDateTime onliner

    Onliner type.

    Methods

    | Edit this page View Source

    Validate(DateTime, CultureInfo)

    Validates value of OnlinerDateTime

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

    Value to validate.

    CultureInfo culture

    Culture.

    Returns
    Type Description
    ValidationResult

    Validation result.

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