Click or drag to resize

BcfChildRelationCell Class

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

The BcfRow's BcfChildRelationCell collection. This class cannot be inherited.
Inheritance Hierarchy

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public abstract class BcfChildRelationCell : IBcfMutableEnumerable

The BcfChildRelationCell type exposes the following members.

Properties
Methods
  NameDescription
Public methodAddChildRow
Adds the specified row to the collection.
Public methodAddRange
Adds the specified rows to the collection.
Public methodChildRowsEquals
Compares ChildRows with specified other childrows.
Public methodClear
Removes all childrows from this collection.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Gets an enumerator that can be used to iterate through the collection.
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
Gets the index of a specific item in the list.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemoveChildRow
Removes the specified row from this collection.
Public methodRemoveRange
Removes specified rows from the collection.
Public methodSequenceEqual
Returns true if specified otherRows-sequence equals this childrows.
Public methodSetChildRowOrder
Sets the childrow order.
Public methodSetEquals
Returns true if specified otherRows-set equals this childrows.
Public methodSort
Sorts childrows.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also