DataWeb
Search Results for

    Show / Hide Table of Contents

    Class ValidateControlContextResult

    Inheritance
    object
    ValidateControlContextResult
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: DataWeb.Data
    Assembly: DataWeb.Core.dll
    Syntax
    public class ValidateControlContextResult

    Properties

    Control

    Declaration
    public Control Control { get; set; }
    Property Value
    Type Description
    Control

    Error

    Declaration
    public ValidationError Error { get; set; }
    Property Value
    Type Description
    ValidationError

    Form

    Declaration
    public Form Form { get; set; }
    Property Value
    Type Description
    Form

    IsValid

    Declaration
    public bool IsValid { get; set; }
    Property Value
    Type Description
    bool
    In this article
    Back to top Generated by DocFX