C# Class EnterpriseWebLibrary.EnterpriseWebFramework.SectionErrorDisplayStyle

A style that displays errors as a section.
Inheritance: ErrorDisplayStyle
Datei anzeigen Open project: enduracode/enterprise-web-library

Public Methods

Method Description
SectionErrorDisplayStyle ( string heading, SectionStyle style = SectionStyle.Normal ) : System.Collections.Generic

Creates a section error-display style.

Private Methods

Method Description
ErrorDisplayStyle ( IEnumerable errors ) : IEnumerable

Method Details

SectionErrorDisplayStyle() public method

Creates a section error-display style.
public SectionErrorDisplayStyle ( string heading, SectionStyle style = SectionStyle.Normal ) : System.Collections.Generic
heading string The section's heading. Do not pass null.
style SectionStyle The section's style.
return System.Collections.Generic