Table of Contents

Class JJValidationSummary

Namespace
JJMasterData.Core.UI.Components
Assembly
JJMasterData.Core.dll

Represents a JJAlert with error messages.

public class JJValidationSummary : HtmlComponent
Inheritance
JJValidationSummary
Inherited Members

Examples

The result will look like this:

Properties

Errors

public List<string> Errors { get; }

Property Value

List<string>

MessageTitle

Panel title (Default = "Invalid Data")

public string MessageTitle { get; set; }

Property Value

string

ShowCloseButton

Enable close panel (Default = True)

public bool ShowCloseButton { get; set; }

Property Value

bool

Methods

SetErrors(Dictionary<string, string>)

public void SetErrors(Dictionary<string, string> errors)

Parameters

errors Dictionary<string, string>