IDataItems Interface |
Namespace: DHI.Mike1D.ResultDataAccess
public interface IDataItems : IEnumerable<IDataItem>, IEnumerable, IList<IDataItem>, ICollection<IDataItem>
The IDataItems type exposes the following members.
Name | Description | |
---|---|---|
![]() | Count | |
![]() | IsReadOnly | Gets a value indicating whether the ICollectionT is read-only. (Inherited from ICollectionIDataItem.) |
![]() | Item |
Name | Description | |
---|---|---|
![]() | Add | |
![]() | Clear | |
![]() | Contains | Determines whether the ICollectionT contains a specific value. (Inherited from ICollectionIDataItem.) |
![]() | CopyTo | (Inherited from ICollectionIDataItem.) |
![]() | Find | |
![]() | GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerableIDataItem.) |
![]() | IndexOf | |
![]() | Insert | Inserts an item to the IListT at the specified index. (Inherited from IListIDataItem.) |
![]() | Remove | |
![]() | RemoveAt |