Slu.Heureka.DomainLayer.Forest Namespace : TreatmentUnitInfoCollection Class |
The following tables list the members exposed by TreatmentUnitInfoCollection.
Name | Description | |
---|---|---|
![]() | TreatmentUnitInfoCollection Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Count | Number of items in the collection |
![]() | IsFixedSize | Value indicating whether the collection has a fixed size or not. |
![]() | IsReadOnly | Value indicating whether the collection is read only or not. |
![]() | IsSynchronized | Value indicating whether the collection is synchronized or not. |
![]() | Item | Gets the treatment unit at the given index |
![]() | SyncRoot | Object valid for synchronization |
Name | Description | |
---|---|---|
![]() | Add | Adds a treatment unit info to the collection |
![]() | AddRange | Adds a range of treatment unit infos. |
![]() | Clear | Removes all treatment unit infos from the collection. |
![]() | Clone | Creates a deep copy of the collection. |
![]() | Contains | Overloaded. determines whether the collection contains a specific object. |
![]() | CopyTo | Overloaded. Copies this collection to another collection (Not Supported) |
![]() | GetEnumerator | Gets an enumerator for the collection |
![]() | HasNullValues | Checks if there are null values in the collection. |
![]() | IndexOf | Overloaded. Gets the index of an object in the collection |
![]() | Insert | Overloaded. Inserts an object at a given index (Not Supported) |
![]() | Remove | Overloaded. Removes the first occurrence of a specific object from the collection. |
![]() | RemoveAt | Removes the treatment unit info with the given index from the collection |
![]() | Sort | Sorts the treatment units. |