Click or drag to resize

BcfFaultCollection Class

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

Collection of BcfFault.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelReadOnlyCollectionBcfFault
    CalculationWorks.BusinessModelBcfFaultCollection

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.0.0-beta7
Syntax
public sealed class BcfFaultCollection : ReadOnlyCollection<BcfFault>

The BcfFaultCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount (Inherited from ReadOnlyCollectionBcfFault.)
Public propertyItemInt32
Gets the element at the specified index.
(Inherited from ReadOnlyCollectionBcfFault.)
Public propertyItemBcfFaultId
Gets the fault specified by its identifier.
Top
Methods
  NameDescription
Public methodContains(T) (Inherited from ReadOnlyCollectionBcfFault.)
Public methodContains(BcfFaultId)
Determines whether the collection contains the specified faultId.
Public methodContains(BcfRow, BcfRule)
Determines whether the collection contains the specified address.
Public methodCopyTo (Inherited from ReadOnlyCollectionBcfFault.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from ReadOnlyCollectionBcfFault.)
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 ReadOnlyCollectionBcfFault.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodTryGetFault(BcfFaultId)
Gets the BcfFault for the faultId.
Public methodTryGetFault(BcfRow, BcfRule)
Gets the BcfFault for the combination of row and rule.
Top
See Also