AX#

Search Results for

    Show / Hide Table of Contents

    Class ValidationResult

    Provides return value of a validation process.

    Inheritance
    object
    ValidationResult
    Inherited Members
    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 ValidationResult

    Constructors

    | Edit this page View Source

    ValidationResult(bool, string)

    Creates new instance of ValidationResult

    Declaration
    public ValidationResult(bool isValid, string validationErrorTip)
    Parameters
    Type Name Description
    bool isValid

    Result of the validation is valid when true.

    string validationErrorTip

    Validation tip.

    Properties

    | Edit this page View Source

    IsValid

    Gets resutl of the validation. When true validation is valid.

    Declaration
    public bool IsValid { get; }
    Property Value
    Type Description
    bool
    | Edit this page View Source

    ValidationErrorTip

    Gets infomation about the validation errror.

    Declaration
    public string ValidationErrorTip { get; }
    Property Value
    Type Description
    string
    • 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