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
MessageTitle
Panel title (Default = "Invalid Data")
public string MessageTitle { get; set; }
Property Value
ShowCloseButton
Enable close panel (Default = True)
public bool ShowCloseButton { get; set; }
Property Value
Methods
SetErrors(Dictionary<string, string>)
public void SetErrors(Dictionary<string, string> errors)
Parameters
errors
Dictionary<string, string>