![]() | IErrors Interface |
Namespace: EBP.Framework.Common.Interfaces
The IErrors type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count | Gets the number of elements contained in the ISharedCollectionT. (Inherited from ISharedCollectionT.) |
![]() | HasSeriousErrors |
Gets whether the error collection has serious errors
|
![]() | IsReadOnly | Gets a value indicating whether the ISharedCollectionT is read-only. (Inherited from ISharedCollectionT.) |
![]() | Item | Gets or sets the element at the specified index. (Inherited from ISharedListT.) |
Name | Description | |
---|---|---|
![]() | Add | Adds an item to the ISharedCollectionT. (Inherited from ISharedCollectionT.) |
![]() | AddRange |
Adds the elements of the specified collection to the end of the List.
|
![]() | Clear | Removes all items from the ISharedCollectionT. (Inherited from ISharedCollectionT.) |
![]() | Contains | Determines whether the ISharedCollectionT contains a specific value. (Inherited from ISharedCollectionT.) |
![]() | ContainsErrorCode |
Search if the error collection contains some errors with this errors
|
![]() | ContainsErrorKind |
Search if the error collection contains some errors with this errors
|
![]() | ContainsOnlyOneErrorCode(Int32) |
Indicates that the errors containing only a specific error
|
![]() | ContainsOnlyOneErrorCode(Int32, Int32) |
Indicates that the errors containing only a specific error
|
![]() | ContainsOnlyOneErrorKind |
Indicates that the errors containing only a specific error
|
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from ISharedEnumerableT.) |
![]() | IndexOf | Determines the index of a specific item in the ISharedListT. (Inherited from ISharedListT.) |
![]() | Insert | Inserts an item to the ISharedListT at the specified index. (Inherited from ISharedListT.) |
![]() | Remove | Removes the first occurrence of a specific object from the ISharedCollectionT. (Inherited from ISharedCollectionT.) |
![]() | RemoveAt | Removes the ISharedListT item at the specified index. (Inherited from ISharedListT.) |