| ElementModelCollection Class |
Namespace: FlexRule.Core.Model
[SerializableAttribute] public class ElementModelCollection : CollectionBase<IElementModel>, IElementModelCollection, IIterable<IElementModel>, IEnumerable<IElementModel>, IIterable, IEnumerable, IArray<IElementModel>, IArray
The ElementModelCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| ElementModelCollection |
| Name | Description | |
|---|---|---|
| Count |
Total number of items
(Inherited from CollectionBaseT.) | |
| Item |
Gets an item by index number
(Inherited from CollectionBaseT.) |
| Name | Description | |
|---|---|---|
| Add |
Adds an item
(Inherited from CollectionBaseT.) | |
| AddRange |
Adds a set of items
(Inherited from CollectionBaseT.) | |
| AddTop |
Adds an item in top of list
(Inherited from CollectionBaseT.) | |
| Clear |
Clears the list
(Inherited from CollectionBaseT.) | |
| Contains |
Check if an item exists in the list
(Inherited from CollectionBaseT.) | |
| GetEnumerator | (Inherited from CollectionBaseT.) | |
| GetItem |
Gets an item by index
(Inherited from CollectionBaseT.) | |
| GetIteratorT | (Inherited from CollectionBaseT.) | |
| IndexOf | ||
| OnAdded | (Inherited from CollectionBaseT.) | |
| Remove |
Removes an item
(Inherited from CollectionBaseT.) | |
| RemoveAt |
Removes an item by its index
(Inherited from CollectionBaseT.) | |
| ToArray |
Creates new array of items
(Inherited from CollectionBaseT.) | |
| ToString | (Inherited from CollectionBaseT.) |
| Name | Description | |
|---|---|---|
| ItemAdded |
This will be raised when a new item has been added into the collection
(Inherited from CollectionBaseT.) |
| Name | Description | |
|---|---|---|
| InnerList | (Inherited from CollectionBaseT.) |
| Name | Description | |
|---|---|---|
| CastT | (Defined by ArrayExtensions.) | |
| DistinctByIElementModel, TKey | (Defined by LinqExtensions.) | |
| IndexOf(Object) | Overloaded. (Defined by FindUtility.) | |
| IndexOfIElementModel(FuncIElementModel, Boolean) | Overloaded. (Defined by FindUtility.) | |
| IndexOfIElementModel(IElementModel) | Overloaded. (Defined by StringTokenExtensions.) | |
| IsMonadParameterReference | (Defined by MonadParameterReferenceExtension.) | |
| TakeLastIElementModel |
Takes n last numbers of a source
(Defined by LinqExtensions.) |