Search Results for

    Show / Hide Table of Contents

    Interface IValidationErrorMessage

    Represents a validation error message

    Namespace: Simplic.UI.MVC
    Assembly: Simplic.UI.dll
    Syntax
    public interface IValidationErrorMessage

    Properties

    | Improve this Doc View Source

    Message

    Gets the error message

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

    Methods

    | Improve this Doc View Source

    ToString()

    Gets the error message as string

    Declaration
    string ToString()
    Returns
    Type Description
    System.String

    Error message

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