Click or drag to resize

modelSpiderPageRecord Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Data model :: spider execution record for [!:testDefinition]
Inheritance Hierarchy
SystemObject
  dataBindableBase
    imbBindable
      modelDataSet
        modelRecordBase
          modelRecordStandaloneBasespiderLink
            imbWEM.Core.crawler.modelmodelSpiderPageRecord

Namespace:  imbWEM.Core.crawler.model
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public class modelSpiderPageRecord : modelRecordStandaloneBase<spiderLink>, 
	IModelSiteGlobals, IModelSpiderGlobals

The modelSpiderPageRecord type exposes the following members.

Constructors
  NameDescription
Public methodmodelSpiderPageRecord
Initializes a new instance of the modelSpiderPageRecord class
Top
Properties
  NameDescription
Public propertyaJob
Public propertyaRecord
modelSpiderPageRecord access to the analyticJobRecord
Public propertychildIndexCurrent (Inherited from modelRecordBase.)
Public propertycrosslinkWithAllSelected
Public propertydataCollectionExtendedList (Inherited from modelDataSet.)
Public propertyduration (Inherited from modelRecordBase.)
Protected propertyid_global (Inherited from modelRecordBase.)
Public propertyinstance (Inherited from modelRecordStandaloneBasespiderLink.)
Public propertyinstanceID (Inherited from modelRecordBase.)
Protected propertyinstanceOrKeyData (Inherited from modelRecordBase.)
Protected propertyinstanceTypeInfo (Inherited from modelRecordBase.)
Public propertyiteration
Protected propertyiTI (Inherited from modelRecordBase.)
Public propertylinkScore
Description of $property$
Public propertylinksFromPage
Description of $property$
Public propertylinksToPage
Description of $property$
Public propertylogBuilder (Inherited from modelDataSet.)
Public propertylogContent (Inherited from modelRecordBase.)
Public propertyname (Inherited from modelRecordBase.)
Public propertypage
Bindable property
Public propertypageInstance
Public propertypageScore
Description of $property$
Public propertyparent (Inherited from modelRecordStandaloneBasespiderLink.)
Public propertypGeneralRecord
Public propertypRecord
Public propertyreallyFinished (Inherited from modelRecordBase.)
Public propertyrelationCounter
Public propertyremarkFlags (Inherited from modelRecordBase.)
Public propertyspider
Reference to the spider instance running this
Public propertystage
Gets the stage.
Public propertystageControl
Gets the stage control.
Public propertystartCallCount (Inherited from modelRecordBase.)
Public propertystartingThread (Inherited from modelRecordBase.)
Public propertystate (Inherited from modelRecordBase.)
Public propertytestRunStamp (Inherited from modelRecordBase.)
Public propertytimeFinish (Inherited from modelRecordBase.)
Public propertytimeStart (Inherited from modelRecordBase.)
Public propertytRecord
modelSpiderPageRecord access to the modelSpiderTestRecord
Public propertyUID (Inherited from modelRecordBase.)
Public propertyVAR_AllowAutoOutputToConsole (Overrides modelDataSet.VAR_AllowAutoOutputToConsole.)
Public propertyVAR_AllowInstanceToOutputToConsole (Inherited from modelRecordBase.)
Public propertyVAR_FilenameBase (Inherited from modelRecordBase.)
Public propertyVAR_FilenameExtension (Inherited from modelRecordBase.)
Public propertyVAR_FilenamePrefix (Inherited from modelRecordBase.)
Public propertyVAR_FolderPathForAutosave (Inherited from modelRecordBase.)
Public propertyVAR_LogPrefix (Overrides modelDataSet.VAR_LogPrefix.)
Public propertyVAR_RecordModeFlags (Overrides modelRecordBase.VAR_RecordModeFlags.)
Public propertyVAR_RegisterForAutosave (Inherited from modelRecordBase.)
Public propertyweb
Public propertywRecord
Top
Methods
  NameDescription
Protected method_doOnRealFinish (Inherited from modelRecordBase.)
Public method_recordFinish (Inherited from modelRecordBase.)
Public method_recordStart (Inherited from modelRecordBase.)
Protected method_recordStartHandle (Overrides modelRecordBase._recordStartHandle.)
Public methodacceptPage
Public methodAppendDataFields(PropertyCollectionExtended) (Overrides modelDataSet.AppendDataFields(PropertyCollectionExtended).)
Public methodAppendDataFields(PropertyCollectionExtended, modelRecordFieldToAppendFlags) (Inherited from modelRecordBase.)
Public methoddatasetBuildOnFinish (Overrides modelRecordBase.datasetBuildOnFinish.)
Public methoddatasetBuildOnFinishDefault (Overrides modelRecordBase.datasetBuildOnFinishDefault.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodinit
Public methodlog (Inherited from modelRecordBase.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnPropertyChanged (Inherited from dataBindableBase.)
Public methodrecordFinish (Overrides modelRecordStandaloneBase.recordFinish(Object).)
Public methodrecordStart (Overrides modelRecordStandaloneBase.recordStart(String, String, Object).)
Public methodSetLogSerializable (Inherited from modelRecordBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from dataBindableBase.)
Top
Fields
  NameDescription
Protected field_log (Inherited from modelDataSet.)
Protected field_logContent (Inherited from modelDataSet.)
Top
See Also

Reference

[!:aceCommonTypes.primitives.imbBindable]