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.0.2.0
Syntax
public sealed class BcfRelationCollection : ReadOnlyCollection<BcfRelation>

The BcfRelationCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount (Inherited from ReadOnlyCollectionBcfRelation.)
Public propertyItemInt32
Gets the element at the specified index.
(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
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from ReadOnlyCollectionBcfRelation.)
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 ReadOnlyCollectionBcfRelation.)
Public methodToString
Returns a string that represents the current object.
(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.0, 2.1, 2.0
See Also