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

The BcfValidatorResultCollection type exposes the following members.

Properties
  NameDescription
Public propertyCount (Inherited from ReadOnlyCollectionBcfValidatorResult.)
Public propertyItem
Gets the element at the specified index.
(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
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator (Inherited from ReadOnlyCollectionBcfValidatorResult.)
Public methodGetHashCode
Serves as the default hash function.
(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
Events
  NameDescription
Public eventValidatorCellContentCollectionChanged
Occurs when the validator information collection changed. This event is deferred until the last BcfTransaction is committed.
Top
Remarks
Version Information

CalculationWorks.BusinessModel

Supported in: 3.0, 2.1, 2.0
See Also