ValidationErrorCollection Class Members
See Also  Properties Methods 
SourceCode.Framework.Collections Namespace : ValidationErrorCollection Class


Glossary Item Box

The following tables list the members exposed by ValidationErrorCollection.

Public Constructors

Public Properties

  Name Description
Public Property Capacity (Inherited from System.Collections.CollectionBase)
Public Property Count (Inherited from System.Collections.CollectionBase)
Public Property IsDisposed Gets a value indicating if the current object have been disposed yet.  
Public Property IsReadOnly  
Public Property Item  
Top

Protected Properties

  Name Description
Protected Property InnerList (Inherited from System.Collections.CollectionBase)
Protected Property List (Inherited from System.Collections.CollectionBase)
Top

Public Methods

  Name Description
Public Method Add Overloaded.   
Public Method AddRange  
Public Method Clear (Inherited from System.Collections.CollectionBase)
Public Method Contains  
Public Method CopyTo  
Public Method Dispose Disposes this object  
Public Method FromString  
Public Method GetEnumerator (Inherited from System.Collections.CollectionBase)
Public Method IndexOf  
Public Method Insert  
Public Method Remove  
Public Method RemoveAt (Inherited from System.Collections.CollectionBase)
Public Method ToString Returns a string that represents the current object.  
Top

Protected Methods

See Also