Search Results for

    Show / Hide Table of Contents

    Interface IValidateableViewModel

    Must me implemented into all viewmodels that are validateable

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

    Properties

    | Improve this Doc View Source

    IsInValidationMode

    Declaration
    bool IsInValidationMode { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    | Improve this Doc View Source

    ValidateAllProperties()

    Declaration
    void ValidateAllProperties()
    | Improve this Doc View Source

    ValidateAllProperties(IList<IValidateableViewModel>)

    Validates all properties

    Declaration
    void ValidateAllProperties(IList<IValidateableViewModel> validated)
    Parameters
    Type Name Description
    System.Collections.Generic.IList<IValidateableViewModel> validated
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx