AX#

Search Results for

    Show / Hide Table of Contents

    Class LTimeOfDayValueValidationRule

    Provides validation rule for OnlinerLTimeOfDay type.

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

    Constructors

    | Edit this page View Source

    LTimeOfDayValueValidationRule(OnlinerLTimeOfDay)

    Initializes a new instance of the LTimeOfDayValueValidationRule class.

    Declaration
    public LTimeOfDayValueValidationRule(OnlinerLTimeOfDay onliner)
    Parameters
    Type Name Description
    OnlinerLTimeOfDay onliner

    Onliner type.

    Methods

    | Edit this page View Source

    Validate(TimeSpan, CultureInfo)

    Validates value of OnlinerTimeOfDay

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

    Value to validate.

    CultureInfo culture

    Culture.

    Returns
    Type Description
    ValidationResult

    Validation result.

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