AX#

Search Results for

    Show / Hide Table of Contents

    Class TimeOfDayValueValidationRule

    Provides validation rule for OnlinerTimeOfDay type.

    Inheritance
    object
    OnlinerValidationRule<TimeSpan>
    TimeOfDayValueValidationRule
    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 TimeOfDayValueValidationRule : OnlinerValidationRule<TimeSpan>

    Constructors

    | Edit this page View Source

    TimeOfDayValueValidationRule(OnlinerTimeOfDay)

    Initializes a new instance of the TimeOfDayValueValidationRule class.

    Declaration
    public TimeOfDayValueValidationRule(OnlinerTimeOfDay onliner)
    Parameters
    Type Name Description
    OnlinerTimeOfDay 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