Click or drag to resize
CalculationWorks Logo
BcfRelationCollection Class
Represents the collection of BcfRelation objects for this BcfDataSet. This class cannot be inherited.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelReadOnlyCollectionBcfRelation
    CalculationWorks.BusinessModelBcfRelationCollection

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.2.1.2
Syntax
public sealed class BcfRelationCollection : ReadOnlyCollection<BcfRelation>

The BcfRelationCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount (Inherited from ReadOnlyCollectionBcfRelation.)
Public propertyItemInt32 (Inherited from ReadOnlyCollectionBcfRelation.)
Public propertyItemString
Gets the BcfRelation with the specified relation name.
Top
Methods
  NameDescription
Public methodContains(String)
Determines whether the specified relation name is contained.
Public methodContains(T) (Inherited from ReadOnlyCollectionBcfRelation.)
Public methodCopyTo (Inherited from ReadOnlyCollectionBcfRelation.)
Public methodEquals (Inherited from Object.)
Public methodGetEnumerator (Inherited from ReadOnlyCollectionBcfRelation.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIndexOf (Inherited from ReadOnlyCollectionBcfRelation.)
Public methodToString (Inherited from Object.)
Public methodTryGetRelation
Gets the relation with the specified name.
Top
Remarks
The collection is case-sensitive when it searches for relation names.
Version Information

CalculationWorks.BusinessModel

Supported in: 3.2, 3.0, 2.1, 2.0
See Also