Class BindingErrors
Collection of Binding Error Objects
System.Collections.CollectionBase
Westwind.Web.Controls.BindingErrors
public class BindingErrors : CollectionBase
Class Members
| Member | Description | |
|---|---|---|
![]() |
Constructor |
|
![]() |
Add |
public void Add( BindingError Error ); |
![]() |
Item |
public BindingError Item( int Index ); |
![]() |
Remove |
public void Remove( int Index ); |
![]() |
ToHtml |
Formats an Binding Errors collection as a string in HTML format public string ToHtml(); |
![]() |
ToString |
Formats an Binding Errors collection as a string with carriage returns public virtual string ToString(); |
Requirements
Namespace: Westwind.Web.ControlsAssembly: wwwebcontrols.dll
© West Wind Technologies, 1996-2018 • Updated: 12/17/05
Comment or report problem with topic
Class BindingErrors


