Click or drag to resize

BcfParentRelationCellCollection Class

[This is preliminary documentation and is subject to change.]

The row BcfParentRelationCell collection.
Inheritance Hierarchy
SystemObject
  CalculationWorks.BusinessModelBcfReadOnlyArrayListBcfParentRelationCell
    CalculationWorks.BusinessModelBcfParentRelationCellCollection

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public sealed class BcfParentRelationCellCollection : BcfReadOnlyArrayList<BcfParentRelationCell>

The BcfParentRelationCellCollection type exposes the following members.

Properties
Methods
  NameDescription
Public methodContains (Inherited from BcfReadOnlyArrayListT.)
Public methodCopyTo (Inherited from BcfReadOnlyArrayListT.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator
Returns an enumerator to enumerate inner array.
(Inherited from BcfReadOnlyArrayListT.)
Public methodGetEnumeratorObject
Returns the same enumerator as ((IEnumerable)this).GetEnumerator()
(Inherited from BcfReadOnlyArrayListT.)
Public methodGetEnumeratorObject(IBcfMutableEnumerable)
Returns an enumerator that throws InvalidOperationException when accessing it after Version changed.
(Inherited from BcfReadOnlyArrayListT.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf (Inherited from BcfReadOnlyArrayListT.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetCell(String)
Gets the cell with the specified name.
Public methodTryGetCell(String, BcfParentRelationCell)
Gets the cell associated with the specified relationName.
Top
Extension Methods
  NameDescription
Public Extension MethodAggregateBcfParentRelationCell(FuncBcfParentRelationCell, BcfParentRelationCell, BcfParentRelationCell)Overloaded.
Applies an accumulator function over a sequence.
(Defined by BcfReadOnlyArrayListExtensions.)
Public Extension MethodAggregateBcfParentRelationCell, TAccumulate, TResult(TAccumulate, FuncTAccumulate, BcfParentRelationCell, TAccumulate, FuncTAccumulate, TResult)Overloaded.
Applies an accumulator function over a sequence. The specified seed value is used as the initial accumulator value, and the specified function is used to select the result value.
(Defined by BcfReadOnlyArrayListExtensions.)
Public Extension MethodAllBcfParentRelationCell
Gets a value indicating whether all elements in this collection match a given condition.
(Defined by BcfReadOnlyArrayListExtensions.)
Public Extension MethodAnyBcfParentRelationCellOverloaded.
Gets a value indicating whether any elements are in this collection.
(Defined by BcfReadOnlyArrayListExtensions.)
Public Extension MethodAnyBcfParentRelationCell(FuncBcfParentRelationCell, Boolean)Overloaded.
Gets a value indicating whether any elements are in this collection that match a given condition.
(Defined by BcfReadOnlyArrayListExtensions.)
Public Extension MethodElementAtBcfParentRelationCell
Returns the element at a specified index in a sequence.
(Defined by BcfReadOnlyArrayListExtensions.)
Public Extension MethodElementAtOrDefaultBcfParentRelationCell
Returns the element at a specified index in a sequence or a default value if the index is out of range.
(Defined by BcfReadOnlyArrayListExtensions.)
Public Extension MethodFirstBcfParentRelationCellOverloaded.
Returns the first element in a sequence that satisfies a specified condition.
(Defined by BcfReadOnlyArrayListExtensions.)
Public Extension MethodFirstBcfParentRelationCell(FuncBcfParentRelationCell, Boolean)Overloaded.
Returns the first element in a sequence that satisfies a specified condition.
(Defined by BcfReadOnlyArrayListExtensions.)
Public Extension MethodFirstOrDefaultBcfParentRelationCellOverloaded.
Returns the first element of a sequence, or a default value if the sequence contains no elements.
(Defined by BcfReadOnlyArrayListExtensions.)
Public Extension MethodFirstOrDefaultBcfParentRelationCell(FuncBcfParentRelationCell, Boolean)Overloaded.
Returns the first element of the sequence that satisfies a condition or a default value if no such element is found.
(Defined by BcfReadOnlyArrayListExtensions.)
Public Extension MethodLastBcfParentRelationCellOverloaded.
Returns the last element of a sequence.
(Defined by BcfReadOnlyArrayListExtensions.)
Public Extension MethodLastBcfParentRelationCell(FuncBcfParentRelationCell, Boolean)Overloaded.
Returns the last element of a sequence that satisfies a specified condition.
(Defined by BcfReadOnlyArrayListExtensions.)
Public Extension MethodLastOrDefaultBcfParentRelationCellOverloaded.
Returns the last element of a sequence, or a default value if the sequence contains no elements.
(Defined by BcfReadOnlyArrayListExtensions.)
Public Extension MethodLastOrDefaultBcfParentRelationCell(FuncBcfParentRelationCell, Boolean)Overloaded.
Returns the last element of a sequence that satisfies a condition or a default value if no such element is found.
(Defined by BcfReadOnlyArrayListExtensions.)
Public Extension MethodReverseBcfParentRelationCell
Inverts the order of the elements in a sequence.
(Defined by BcfReadOnlyArrayListExtensions.)
Public Extension MethodSelectBcfParentRelationCell, TResult
Projects each element of a sequence into a new form.
(Defined by BcfReadOnlyArrayListExtensions.)
Public Extension MethodSingleBcfParentRelationCellOverloaded.
Returns the only element of a sequence, and throws an exception if there is not exactly one element in the sequence.
(Defined by BcfReadOnlyArrayListExtensions.)
Public Extension MethodSingleBcfParentRelationCell(FuncBcfParentRelationCell, Boolean)Overloaded.
Returns the only element of a sequence that satisfies a specified condition, and throws an exception if more than one such element exists.
(Defined by BcfReadOnlyArrayListExtensions.)
Public Extension MethodSingleOrDefaultBcfParentRelationCellOverloaded.
Returns the only element of a sequence, or a default value if the sequence is empty; this method throws an exception if there is more than one element in the sequence.
(Defined by BcfReadOnlyArrayListExtensions.)
Public Extension MethodSingleOrDefaultBcfParentRelationCell(FuncBcfParentRelationCell, Boolean)Overloaded.
Returns the only element of a sequence that satisfies a specified condition or a default value if no such element exists; this method throws an exception if more than one element satisfies the condition.
(Defined by BcfReadOnlyArrayListExtensions.)
Public Extension MethodToArrayBcfParentRelationCell
Copies the contents of this array to a mutable array.
(Defined by BcfReadOnlyArrayListExtensions.)
Public Extension MethodToDictionaryBcfParentRelationCell, TKey(FuncBcfParentRelationCell, TKey)Overloaded.
Creates a dictionary based on the contents of this array.
(Defined by BcfReadOnlyArrayListExtensions.)
Public Extension MethodToDictionaryBcfParentRelationCell, TKey(FuncBcfParentRelationCell, TKey, IEqualityComparerTKey)Overloaded.
Creates a dictionary based on the contents of this array.
(Defined by BcfReadOnlyArrayListExtensions.)
Public Extension MethodToDictionaryBcfParentRelationCell, TKey, TElement(FuncBcfParentRelationCell, TKey, FuncBcfParentRelationCell, TElement)Overloaded.
Creates a dictionary based on the contents of this array.
(Defined by BcfReadOnlyArrayListExtensions.)
Public Extension MethodToDictionaryBcfParentRelationCell, TKey, TElement(FuncBcfParentRelationCell, TKey, FuncBcfParentRelationCell, TElement, IEqualityComparerTKey)Overloaded.
Creates a dictionary based on the contents of this array.
(Defined by BcfReadOnlyArrayListExtensions.)
Public Extension MethodWhereBcfParentRelationCell
Filters a sequence of values based on a predicate.
(Defined by BcfReadOnlyArrayListExtensions.)
Top
See Also