Click or drag to resize

ICatchments Interface

Note: This API is now obsolete.

Namespace:  DHI.Mike1D.RainfallRunoffModule
Assembly:  DHI.Mike1D.RainfallRunoffModule (in DHI.Mike1D.RainfallRunoffModule.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntax
C#
[ObsoleteAttribute("Will be removed in future versions")]
public interface ICatchments : IList<ICatchment>, 
	ICollection<ICatchment>, IEnumerable<ICatchment>, IEnumerable

The ICatchments type exposes the following members.

Properties
  NameDescription
Public propertyCount (Inherited from ICollectionICatchment.)
Public propertyIsReadOnly (Inherited from ICollectionICatchment.)
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from IListICatchment.)
Top
Methods
  NameDescription
Public methodAdd (Inherited from ICollectionICatchment.)
Public methodClear (Inherited from ICollectionICatchment.)
Public methodContains (Inherited from ICollectionICatchment.)
Public methodCopyTo (Inherited from ICollectionICatchment.)
Public methodFind
Public methodFindAll
Public methodGetEnumerator
Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableICatchment.)
Public methodIndexOf (Inherited from IListICatchment.)
Public methodInitialize
Public methodInsert (Inherited from IListICatchment.)
Public methodPrepare
Public methodRemove (Inherited from ICollectionICatchment.)
Public methodRemoveAt (Inherited from IListICatchment.)
Top
Extension Methods
  NameDescription
Public Extension MethodBinarySearchICatchment(ICatchment)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodBinarySearchICatchment(FuncICatchment, Int32)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodBinarySearchICatchment(ICatchment, IComparerICatchment)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodBinarySearchICatchment, TKey(FuncICatchment, TKey, TKey)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodBinarySearchICatchment, TKey(FuncICatchment, TKey, TKey, IComparerTKey)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodFindAll (Defined by RRExtensions.)
Public Extension MethodFindIndexICatchment(PredicateICatchment)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodFindIndexICatchment(Int32, PredicateICatchment)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodSortICatchmentOverloaded. (Defined by GenericExtensions.)
Public Extension MethodSortICatchment(IComparerICatchment)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodSortStableICatchmentOverloaded. (Defined by GenericExtensions.)
Public Extension MethodSortStableICatchment(IComparerICatchment)Overloaded. (Defined by GenericExtensions.)
Public Extension MethodSortStableICatchment(ComparisonICatchment)Overloaded. (Defined by GenericExtensions.)
Top
See Also