Click or drag to resize
CalculationWorks Logo
BcfValidatorResultCollection Class
Collection of validator results.
Inheritance Hierarchy
SystemObject
  System.Collections.ObjectModelReadOnlyCollectionBcfValidatorResult
    CalculationWorks.BusinessModelBcfValidatorResultCollection

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

The BcfValidatorResultCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount (Inherited from ReadOnlyCollectionBcfValidatorResult.)
Public propertyItem (Inherited from ReadOnlyCollectionBcfValidatorResult.)
Top
Methods
  NameDescription
Public methodContains(BcfValidatorCell)
Determines whether the collection contains the specified address.
Public methodContains(T) (Inherited from ReadOnlyCollectionBcfValidatorResult.)
Public methodContains(BcfRow, BcfValidatorBase)
Determines whether the collection contains the specified address.
Public methodCopyTo (Inherited from ReadOnlyCollectionBcfValidatorResult.)
Public methodEquals (Inherited from Object.)
Public methodGetEnumerator (Inherited from ReadOnlyCollectionBcfValidatorResult.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetResult(BcfValidatorCell)
Gets the BcfValidatorResult for the address.
Public methodGetResult(BcfRow, BcfValidatorBase)
Gets the BcfValidatorResult for the address.
Public methodGetType (Inherited from Object.)
Public methodIndexOf (Inherited from ReadOnlyCollectionBcfValidatorResult.)
Public methodToString (Inherited from Object.)
Top
Events
  NameDescription
Public eventValidatorCellContentCollectionChanged
Occurs when the validator information collection changed. This event is deferred until the last BcfTransaction is committed.
Top
Version Information

CalculationWorks.BusinessModel

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