Search Results for

    Show / Hide Table of Contents

    Class ValidationErrorMessage

    Validator message implementation

    Inheritance
    System.Object
    ValidationErrorMessage
    Implements
    IValidationErrorMessage
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Simplic.UI.MVC
    Assembly: Simplic.UI.dll
    Syntax
    public class ValidationErrorMessage : IValidationErrorMessage

    Properties

    | Improve this Doc View Source

    Message

    Gets or sets the error message

    Declaration
    public string Message { get; set; }
    Property Value
    Type Description
    System.String

    Methods

    | Improve this Doc View Source

    ToString()

    Returns the error message

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String

    Error message

    Overrides
    System.Object.ToString()

    Implements

    IValidationErrorMessage
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx