Click or drag to resize

modelWebSiteGeneralRecord Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "T:imbWEM.Core.crawler.model.modelWebSiteGeneralRecord"]

Inheritance Hierarchy
SystemObject
  dataBindableBase
    imbBindable
      modelDataSet
        modelRecordBase
          modelRecordParentBasewebSiteProfile, crawledPage, modelWebPageGeneralRecord
            modelRecordSummaryParentBasewebSiteProfile, crawledPage, modelWebPageGeneralRecord, spiderWeb, modelSpiderSiteRecord
              imbWEM.Core.crawler.modelmodelWebSiteGeneralRecord

Namespace:  imbWEM.Core.crawler.model
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public class modelWebSiteGeneralRecord : modelRecordSummaryParentBase<webSiteProfile, crawledPage, modelWebPageGeneralRecord, spiderWeb, modelSpiderSiteRecord>

The modelWebSiteGeneralRecord type exposes the following members.

Constructors
  NameDescription
Public methodmodelWebSiteGeneralRecord
Initializes a new instance of the modelWebSiteGeneralRecord class
Public methodmodelWebSiteGeneralRecord(String, webSiteProfile)
Initializes a new instance of the modelWebSiteGeneralRecord class
Top
Properties
  NameDescription
Public propertychildIndexCurrent (Inherited from modelRecordBase.)
Public propertychildInstance (Inherited from modelRecordParentBasewebSiteProfile, crawledPage, modelWebPageGeneralRecord.)
Public propertychildRecord (Inherited from modelRecordParentBasewebSiteProfile, crawledPage, modelWebPageGeneralRecord.)
Public propertychildren (Inherited from modelRecordParentBasewebSiteProfile, crawledPage, modelWebPageGeneralRecord.)
Public propertydataCollectionExtendedList (Inherited from modelDataSet.)
Public propertyduration (Inherited from modelRecordBase.)
Protected propertyid_global (Inherited from modelRecordBase.)
Public propertyinstance (Inherited from modelRecordParentBasewebSiteProfile, crawledPage, modelWebPageGeneralRecord.)
Public propertyinstanceID (Inherited from modelRecordBase.)
Protected propertyinstanceOrKeyData (Inherited from modelRecordBase.)
Protected propertyinstanceTypeInfo (Inherited from modelRecordBase.)
Protected propertyiTI (Inherited from modelRecordBase.)
Public propertylogBuilder (Inherited from modelDataSet.)
Public propertylogContent (Inherited from modelRecordBase.)
Public propertyname (Inherited from modelRecordBase.)
Public propertyparent (Inherited from modelRecordParentBasewebSiteProfile, crawledPage, modelWebPageGeneralRecord.)
Public propertyreallyFinished (Inherited from modelRecordBase.)
Public propertyremarkFlags (Inherited from modelRecordBase.)
Public propertysideRecordSets (Inherited from modelRecordSummaryParentBasewebSiteProfile, crawledPage, modelWebPageGeneralRecord, spiderWeb, modelSpiderSiteRecord.)
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 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 (Inherited from modelRecordSummaryParentBasewebSiteProfile, crawledPage, modelWebPageGeneralRecord, spiderWeb, modelSpiderSiteRecord.)
Public propertyVAR_RegisterForAutosave (Inherited from modelRecordBase.)
Top
Methods
  NameDescription
Protected method_doOnRealFinish (Inherited from modelRecordBase.)
Public method_recordFinish (Inherited from modelRecordSummaryParentBasewebSiteProfile, crawledPage, modelWebPageGeneralRecord, spiderWeb, modelSpiderSiteRecord.)
Public method_recordStart (Inherited from modelRecordBase.)
Protected method_recordStartHandle (Inherited from modelRecordParentBasewebSiteProfile, crawledPage, modelWebPageGeneralRecord.)
Protected method_summaryFinished (Overrides modelRecordSummaryParentBase._summaryFinished.)
Public methodAddSideRecord (Overrides modelRecordSummaryParentBase.AddSideRecord(UTP).)
Public methodAppendDataFields(PropertyCollectionExtended) (Overrides modelDataSet.AppendDataFields(PropertyCollectionExtended).)
Public methodAppendDataFields(PropertyCollectionExtended, modelRecordFieldToAppendFlags) (Inherited from modelRecordBase.)
Public methoddatasetBuildOnFinish (Overrides modelRecordBase.datasetBuildOnFinish.)
Public methoddatasetBuildOnFinishDefault (Inherited from modelRecordBase.)
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 methodfinishChildRecord (Inherited from modelRecordParentBasewebSiteProfile, crawledPage, modelWebPageGeneralRecord.)
Public methodgetChildRecord (Inherited from modelRecordParentBasewebSiteProfile, crawledPage, modelWebPageGeneralRecord.)
Public methodGetChildRecords (Inherited from modelRecordParentBasewebSiteProfile, crawledPage, modelWebPageGeneralRecord.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
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 modelRecordParentBase.recordFinish(Object).)
Public methodrecordStart (Overrides modelRecordParentBase.recordStart(String, String, Object).)
Public methodSetLogSerializable (Inherited from modelRecordBase.)
Public methodstartChildRecord (Inherited from modelRecordParentBasewebSiteProfile, crawledPage, modelWebPageGeneralRecord.)
Public methodstartNextChildRecord (Inherited from modelRecordParentBasewebSiteProfile, crawledPage, modelWebPageGeneralRecord.)
Public methodsummaryFinished (Inherited from modelRecordSummaryParentBasewebSiteProfile, crawledPage, modelWebPageGeneralRecord, spiderWeb, modelSpiderSiteRecord.)
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