AX#

Search Results for

    Show / Hide Table of Contents

    Class LTimeValueValidationRule

    Provides validation rule for OnlinerLTime type.

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

    Constructors

    | Edit this page View Source

    LTimeValueValidationRule(OnlinerLTime)

    Initializes a new instance of the LTimeValueValidationRule class.

    Declaration
    public LTimeValueValidationRule(OnlinerLTime onliner)
    Parameters
    Type Name Description
    OnlinerLTime onliner

    Onliner type.

    Methods

    | Edit this page View Source

    Validate(TimeSpan, CultureInfo)

    Validates value of OnlinerLTime

    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