C# 클래스 EnterpriseWebLibrary.EnterpriseWebFramework.ListErrorDisplayStyle

A style that displays errors as a list.
상속: ErrorDisplayStyle
파일 보기 프로젝트 열기: enduracode/enterprise-web-library 1 사용 예제들

공개 메소드들

메소드 설명
ListErrorDisplayStyle ( IEnumerable additionalClasses = null ) : System.Collections.Generic

Creates a list error-display style.

비공개 메소드들

메소드 설명
ErrorDisplayStyle ( IEnumerable errors ) : IEnumerable
GetErrorMessageListBlock ( IEnumerable additionalClasses, IEnumerable errors ) : Control

메소드 상세

ListErrorDisplayStyle() 공개 메소드

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.
리턴 System.Collections.Generic