Click or drag to resize

IErrors Interface

Interface for Error collection

Namespace:  EBP.Framework.Common.Interfaces
Assembly:  EBP.Framework.Common.Interfaces (in EBP.Framework.Common.Interfaces.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
public interface IErrors : ISharedList<IError>, 
	ISharedCollection<IError>, ISharedEnumerable<IError>, IEnumerable<IError>, 
	IEnumerable

The IErrors type exposes the following members.

Properties
Methods
  NameDescription
Public methodAdd (Inherited from ISharedCollectionT.)
Public methodAddRange
Adds the elements of the specified collection to the end of the List.
Public methodClear (Inherited from ISharedCollectionT.)
Public methodContains (Inherited from ISharedCollectionT.)
Public methodContainsErrorCode
Search if the error collection contains some errors with this errors
Public methodContainsErrorKind
Search if the error collection contains some errors with this errors
Public methodContainsOnlyOneErrorCode(Int32)
Indicates that the errors containing only a specific error
Public methodContainsOnlyOneErrorCode(Int32, Int32)
Indicates that the errors containing only a specific error
Public methodContainsOnlyOneErrorKind
Indicates that the errors containing only a specific error
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from ISharedEnumerableT.)
Public methodIndexOf (Inherited from ISharedListT.)
Public methodInsert (Inherited from ISharedListT.)
Public methodRemove (Inherited from ISharedCollectionT.)
Public methodRemoveAt (Inherited from ISharedListT.)
Top
See Also