CalculationWorks Logo
BcfValidatorResultCollection ClassCalculationWorks BCF Library 1.1 for .NET Framework 4.5

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

Collection of validator results.
Inheritance Hierarchy

SystemObject
  System.Collections.ObjectModelReadOnlyCollectionBcfValidatorResult
    CalculationWorks.BusinessModelBcfValidatorResultCollection

Namespace: CalculationWorks.BusinessModel
Assembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 1.1.0.0
Syntax

public sealed class BcfValidatorResultCollection : ReadOnlyCollection<BcfValidatorResult>

The BcfValidatorResultCollection type exposes the following members.

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
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from ReadOnlyCollectionBcfValidatorResult.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetResult(BcfValidatorCell)
Gets the BcfValidatorResult for the address.
Public methodGetResult(BcfRow, BcfValidatorBase)
Gets the BcfValidatorResult for the address.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf (Inherited from ReadOnlyCollectionBcfValidatorResult.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties

  NameDescription
Public propertyCount (Inherited from ReadOnlyCollectionBcfValidatorResult.)
Public propertyItem
Gets the element at the specified index.
(Inherited from ReadOnlyCollectionBcfValidatorResult.)
Top
Events

  NameDescription
Public eventValidatorCellContentCollectionChanged
Occurs when the validator information collection changed. This event is deferred until the last BcfTransaction is committed.
Top
Remarks

The order of the contained items is not reliable and may be changed by Rollback, Undo and Redo.
See Also

Reference