| ElementModelParameterCollection Class |
Namespace: FlexRule.Core.Model
[SerializableAttribute] public class ElementModelParameterCollection : CollectionBase<IElementModelParameter>, IElementModelParameterCollection, IIterable<IElementModelParameter>, IEnumerable<IElementModelParameter>, IIterable, IEnumerable, IArray<IElementModelParameter>, IArray
The ElementModelParameterCollection type exposes the following members.
| Name | Description | |
|---|---|---|
| ElementModelParameterCollection |
| Name | Description | |
|---|---|---|
| Count |
Total number of items
(Inherited from CollectionBaseT.) | |
| ItemInt32 | ||
| ItemString |
| 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.) | |
| Equals | (Inherited from Object.) | |
| Exists(String) | ||
| Exists(String, Boolean) | ||
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetEnumerator | (Inherited from CollectionBaseT.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetItem |
Gets an item by index
(Inherited from CollectionBaseT.) | |
| GetIteratorT | (Inherited from CollectionBaseT.) | |
| GetName | ||
| GetOrdinal | ||
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| IsDefined(String) | ||
| IsDefined(String, Boolean) | ||
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OnAdded | (Overrides CollectionBaseTOnAdded(T).) | |
| 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.) | |
| DistinctByIElementModelParameter, TKey | (Defined by LinqExtensions.) | |
| IndexOf(Object) | Overloaded. (Defined by FindUtility.) | |
| IndexOfIElementModelParameter(FuncIElementModelParameter, Boolean) | Overloaded. (Defined by FindUtility.) | |
| IndexOfIElementModelParameter(IElementModelParameter) | Overloaded. (Defined by StringTokenExtensions.) | |
| IsValid | (Defined by ElementModelParameterCollectionExtensions.) | |
| TakeLastIElementModelParameter |
Takes n last numbers of a source
(Defined by LinqExtensions.) |