Click or drag to resize

spiderEvaluatorCollection Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Specialized collection for containing spiderAlgorithms and IModelRecords: global, web site, individual page
Inheritance Hierarchy
SystemObject
  dataBindableBase
    imbBindable
      modelRecordCollectionISpiderEvaluatorBase, modelSpiderTestRecord
        instanceWithRecordCollectionBaseISpiderEvaluatorBase, modelSpiderTestRecord
          imbWEM.Core.crawler.modelspiderEvaluatorCollection

Namespace:  imbWEM.Core.crawler.model
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.1.0.0 (0.1.0.0)
Syntax
C#
public sealed class spiderEvaluatorCollection : instanceWithRecordCollectionBase<ISpiderEvaluatorBase, modelSpiderTestRecord>

The spiderEvaluatorCollection type exposes the following members.

Constructors
  NameDescription
Public methodspiderEvaluatorCollection
Initializes a new instance of the spiderEvaluatorCollection class
Top
Properties
  NameDescription
Public propertyItem (Inherited from modelRecordCollectionISpiderEvaluatorBase, modelSpiderTestRecord.)
Public propertyItem
Gets test (global) level of IModelRecord for the specified key.
(Inherited from modelRecordCollectionISpiderEvaluatorBase, modelSpiderTestRecord.)
Top
Methods
  NameDescription
Public methodAdd
Adds the specified item.
(Inherited from modelRecordCollectionISpiderEvaluatorBase, modelSpiderTestRecord.)
Public methodEquals (Inherited from Object.)
Public methodGetAlgorithm``1
Gets instance of specified type
(Inherited from instanceWithRecordCollectionBaseISpiderEvaluatorBase, modelSpiderTestRecord.)
Public methodGetEnumerator (Inherited from modelRecordCollectionISpiderEvaluatorBase, modelSpiderTestRecord.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetInstance
Gets the instance of the record supplied
(Inherited from modelRecordCollectionISpiderEvaluatorBase, modelSpiderTestRecord.)
Public methodGetRecord(Int32) (Inherited from modelRecordCollectionISpiderEvaluatorBase, modelSpiderTestRecord.)
Public methodGetRecord(UTP, Boolean)
Gets the record using one of supplied arguments.
(Inherited from modelRecordCollectionISpiderEvaluatorBase, modelSpiderTestRecord.)
Public methodGetType (Inherited from Object.)
Public methodOnPropertyChanged
Called when a property is changed.
(Inherited from dataBindableBase.)
Public methodRemove (Inherited from modelRecordCollectionISpiderEvaluatorBase, modelSpiderTestRecord.)
Public methodRemoveInstance (Inherited from modelRecordCollectionISpiderEvaluatorBase, modelSpiderTestRecord.)
Public methodRemoveRecord (Inherited from modelRecordCollectionISpiderEvaluatorBase, modelSpiderTestRecord.)
Public methodSeachForRecord
Gets the record using one of supplied arguments.
(Inherited from instanceWithRecordCollectionBaseISpiderEvaluatorBase, modelSpiderTestRecord.)
Public methodToString (Inherited from Object.)
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property value changes.
(Inherited from dataBindableBase.)
Top
See Also

Reference

[!:aceCommonTypes.primitives.imbBindable]
[!:System.Collections.Generic.IEnumerable<core.spiderAlgorithmBase>]