Click or drag to resize
ElementModelParameterCollection Class
Collection of parameters of IElementModel
Inheritance Hierarchy
SystemObject
  FlexRuleCollectionBaseIElementModelParameter
    FlexRule.Core.ModelElementModelParameterCollection

Namespace: FlexRule.Core.Model
Assembly: FlexRule.Core.Element (in FlexRule.Core.Element.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
[SerializableAttribute]
public class ElementModelParameterCollection : CollectionBase<IElementModelParameter>, 
	IElementModelParameterCollection, IIterable<IElementModelParameter>, IEnumerable<IElementModelParameter>, 
	IIterable, IEnumerable, IArray<IElementModelParameter>, IArray

The ElementModelParameterCollection type exposes the following members.

Constructors
Properties
Methods
  NameDescription
Public methodAdd
Adds an item
(Inherited from CollectionBaseT.)
Public methodAddRange
Adds a set of items
(Inherited from CollectionBaseT.)
Public methodAddTop
Adds an item in top of list
(Inherited from CollectionBaseT.)
Public methodClear
Clears the list
(Inherited from CollectionBaseT.)
Public methodContains
Check if an item exists in the list
(Inherited from CollectionBaseT.)
Public methodExists(String)
Public methodExists(String, Boolean)
Public methodGetEnumerator (Inherited from CollectionBaseT.)
Public methodGetItem
Gets an item by index
(Inherited from CollectionBaseT.)
Public methodGetIteratorT (Inherited from CollectionBaseT.)
Public methodGetName
Public methodGetOrdinal
Public methodIsDefined(String)
Public methodIsDefined(String, Boolean)
Protected methodOnAdded (Overrides CollectionBaseTOnAdded(T).)
Public methodRemove
Removes an item
(Inherited from CollectionBaseT.)
Public methodRemoveAt
Removes an item by its index
(Inherited from CollectionBaseT.)
Public methodToArray
Creates new array of items
(Inherited from CollectionBaseT.)
Public methodToString (Inherited from CollectionBaseT.)
Top
Events
Fields
Extension Methods
  NameDescription
Public Extension MethodCastT (Defined by ArrayExtensions.)
Public Extension MethodDistinctByIElementModelParameter, TKey (Defined by LinqExtensions.)
Public Extension MethodIndexOf(Object)Overloaded. (Defined by FindUtility.)
Public Extension MethodIndexOfIElementModelParameter(FuncIElementModelParameter, Boolean)Overloaded. (Defined by FindUtility.)
Public Extension MethodIndexOfIElementModelParameter(IElementModelParameter)Overloaded. (Defined by StringTokenExtensions.)
Public Extension MethodIsMonadParameterReference (Defined by MonadParameterReferenceExtension.)
Public Extension MethodIsValid (Defined by ElementModelParameterCollectionExtensions.)
Public Extension MethodTakeLastIElementModelParameter
Takes n last numbers of a source
(Defined by LinqExtensions.)
Top
See Also