Click or drag to resize
CalculationWorks Logo
BcfRowCollection Class
Represents a collection of rows for a BcfTable. This class cannot be inherited.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelReadOnlyCollectionBcfRow
    CalculationWorks.BusinessModelBcfRowCollection

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 2.1.0.0
Syntax
public sealed class BcfRowCollection : ReadOnlyCollection<BcfRow>

The BcfRowCollection type exposes the following members.

Methods
  NameDescription
Public methodContains (Inherited from ReadOnlyCollectionBcfRow.)
Public methodCopyTo (Inherited from ReadOnlyCollectionBcfRow.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from ReadOnlyCollectionBcfRow.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf (Inherited from ReadOnlyCollectionBcfRow.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyCount (Inherited from ReadOnlyCollectionBcfRow.)
Public propertyItem
Gets the element at the specified index.
(Inherited from ReadOnlyCollectionBcfRow.)
Top
Events
  NameDescription
Public eventRowCollectionChanged
Occurs when the collection changed. This event is deferred until the last BcfTransaction is committed.
Top
Remarks
See Also