C# Класс EnterpriseWebLibrary.EnterpriseWebFramework.SectionErrorDisplayStyle

A style that displays errors as a section.
Наследование: ErrorDisplayStyle
Показать файл Открыть проект

Открытые методы

Метод Описание
SectionErrorDisplayStyle ( string heading, SectionStyle style = SectionStyle.Normal ) : System.Collections.Generic

Creates a section error-display style.

Приватные методы

Метод Описание
ErrorDisplayStyle ( IEnumerable errors ) : IEnumerable

Описание методов

SectionErrorDisplayStyle() публичный Метод

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.
Результат System.Collections.Generic