![]() | IErrors Interface |
Namespace: EBP.Api.Interfaces.Misc
The IErrors type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count | Gets the number of elements contained in the ICollectionT. (Inherited from ICollectionIError.) |
![]() | HasSeriousErrors |
Gets whether the error collection has serious errors
|
![]() | IsReadOnly | Gets a value indicating whether the ICollectionT is read-only. (Inherited from ICollectionIError.) |
![]() | Item | Gets or sets the element at the specified index. (Inherited from IListIError.) |
Name | Description | |
---|---|---|
![]() | Add(T) | Adds an item to the ICollectionT. (Inherited from ICollectionIError.) |
![]() | Add(ErrorKind, String) |
Add a new instance of Error.
|
![]() | AddRange | Adds the elements of the specified collection to the end of the ListT. |
![]() | Clear | Removes all items from the ICollectionT. (Inherited from ICollectionIError.) |
![]() | Contains | Determines whether the ICollectionT contains a specific value. (Inherited from ICollectionIError.) |
![]() | CopyTo | (Inherited from ICollectionIError.) |
![]() | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableIError.) |
![]() | IndexOf | Determines the index of a specific item in the IListT. (Inherited from IListIError.) |
![]() | Insert | Inserts an item to the IListT at the specified index. (Inherited from IListIError.) |
![]() | Remove | Removes the first occurrence of a specific object from the ICollectionT. (Inherited from ICollectionIError.) |
![]() | RemoveAt | Removes the IListT item at the specified index. (Inherited from IListIError.) |
IErrors instance = Utils<ExtensionType>.GetInterface<IErrors>();