C# Class EnterpriseWebLibrary.EnterpriseWebFramework.ListErrorDisplayStyle

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

Public Methods

Method Description
ListErrorDisplayStyle ( IEnumerable additionalClasses = null ) : System.Collections.Generic

Creates a list error-display style.

Private Methods

Method Description
ErrorDisplayStyle ( IEnumerable errors ) : IEnumerable
GetErrorMessageListBlock ( IEnumerable additionalClasses, IEnumerable errors ) : Control

Method Details

ListErrorDisplayStyle() public method

Creates a list error-display style.
public ListErrorDisplayStyle ( IEnumerable additionalClasses = null ) : System.Collections.Generic
additionalClasses IEnumerable Additional classes that will be added to the list block.
return System.Collections.Generic