Click or drag to resize
CalculationWorks Logo
BcfColumnCollection Class
Represents a collection of BcfColumn objects for a BcfTable. This class cannot be inherited.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelReadOnlyCollectionBcfColumn
    CalculationWorks.BusinessModelBcfColumnCollection

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntax
public sealed class BcfColumnCollection : ReadOnlyCollection<BcfColumn>

The BcfColumnCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount (Inherited from ReadOnlyCollectionBcfColumn.)
Public propertyItemInt32
Gets the element at the specified index.
(Inherited from ReadOnlyCollectionBcfColumn.)
Public propertyItemString
Gets the BcfColumn from the collection with the specified column name.
Top
Methods
  NameDescription
Public methodContains(String)
Determines whether the specified name is in the collection.
Public methodContains(T) (Inherited from ReadOnlyCollectionBcfColumn.)
Public methodCopyTo (Inherited from ReadOnlyCollectionBcfColumn.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from ReadOnlyCollectionBcfColumn.)
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 ReadOnlyCollectionBcfColumn.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetColumn
Gets the column with the specified name.
Top
Remarks
The collection is case-sensitive when it searches for column names.
Version Information

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also