Click or drag to resize

moduleDLCRecord Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "T:imbWEM.Core.crawler.modules.performance.moduleDLCRecord"]

Inheritance Hierarchy
SystemObject
  changeBindableBase
    objectTableBase
      objectTablemoduleIterationRecord
        imbWEM.Core.crawler.modules.performancemoduleDLCRecord

Namespace:  imbWEM.Core.crawler.modules.performance
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public class moduleDLCRecord : objectTable<moduleIterationRecord>

The moduleDLCRecord type exposes the following members.

Constructors
  NameDescription
Public methodmoduleDLCRecord
Initializes a new instance of the moduleDLCRecord class
Public methodmoduleDLCRecord(String, String)
Initializes a new instance of the moduleDLCRecord class
Top
Properties
  NameDescription
Public propertyChanges (Inherited from changeBindableBase.)
Public propertyCount (Inherited from objectTableBase.)
Public propertycrawlerName
Public propertydescription (Inherited from objectTableBase.)
Public propertydomainName
Public propertyHasChanges (Inherited from changeBindableBase.)
Public propertyinfo (Inherited from objectTableBase.)
Protected propertyinstanceRegistry (Inherited from objectTableBase.)
Public propertyIsInstanceLinkActive (Inherited from objectTableBase.)
Public propertyIsReadOnly (Inherited from objectTablemoduleIterationRecord.)
Public propertyItem (Inherited from objectTablemoduleIterationRecord.)
Public propertyjobName
Protected propertykeyCache (Inherited from objectTableBase.)
Protected propertylastEntry (Inherited from objectTableBase.)
Public propertyLoadFailed (Inherited from objectTableBase.)
Protected propertymodule
Public propertymoduleClass
Public propertymoduleName
Public propertymoduleSummaryEnum
Public propertymoduleType
Public propertyname (Inherited from objectTableBase.)
Protected propertyprimaryKey (Inherited from objectTableBase.)
Public propertyprimaryKeyName (Inherited from objectTableBase.)
Public propertyReadOnlyMode (Inherited from objectTableBase.)
Protected propertyReadOnlyModeWarningIssued (Inherited from objectTableBase.)
Protected propertySELECT_LIMIT_RETRY (Inherited from objectTableBase.)
Protected propertysettings (Inherited from objectTableBase.)
Protected propertyspider
Protected propertytable (Inherited from objectTableBase.)
Public propertytype (Inherited from objectTableBase.)
Protected propertyUsePrimaryKey (Inherited from objectTableBase.)
Protected propertywRecord
Public propertyWriteOnlyMode (Inherited from objectTableBase.)
Protected propertyWriteOnlyModeWarningIssued (Inherited from objectTableBase.)
Top
Methods
  NameDescription
Protected methodAccept (Inherited from changeBindableBase.)
Public methodAdd (Inherited from objectTablemoduleIterationRecord.)
Protected methodAddOrUpdate(IEnumerableObject, objectTableUpdatePolicy) (Inherited from objectTableBase.)
Protected methodAddOrUpdate(Object, objectTableUpdatePolicy) (Inherited from objectTableBase.)
Public methodAddOrUpdate(UTP, objectTableUpdatePolicy) (Inherited from objectTablemoduleIterationRecord.)
Public methodAddOrUpdate(IEnumerableUTP, objectTableUpdatePolicy) (Inherited from objectTablemoduleIterationRecord.)
Protected methodbuildTable (Inherited from objectTableBase.)
Protected methodcheckTableShema (Inherited from objectTableBase.)
Public methodClear (Inherited from objectTableBase.)
Protected methodCloneBase (Inherited from objectTableBase.)
Public methodContains (Inherited from objectTablemoduleIterationRecord.)
Public methodContainsKey (Inherited from objectTableBase.)
Protected methodContainsObject (Inherited from objectTableBase.)
Public methodCopyTo (Inherited from objectTablemoduleIterationRecord.)
Public methoddispose
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 methodGetChanges (Inherited from changeBindableBase.)
Public methodGetDataTable (Inherited from objectTableBase.)
Public methodGetEnumerator (Inherited from objectTablemoduleIterationRecord.)
Public methodGetFirstWhere (Inherited from objectTablemoduleIterationRecord.)
Public methodGetGroups``1 (Inherited from objectTablemoduleIterationRecord.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetKeyValue (Inherited from objectTableBase.)
Public methodGetLastEntry (Inherited from objectTablemoduleIterationRecord.)
Public methodGetLastEntryTouched (Inherited from objectTablemoduleIterationRecord.)
Public methodGetLastNEntries (Inherited from objectTablemoduleIterationRecord.)
Public methodGetList (Inherited from objectTablemoduleIterationRecord.)
Protected methodGetObjectFromRow (Inherited from objectTableBase.)
Protected methodGetObjectFromRows (Inherited from objectTableBase.)
Protected methodGetObjectList (Inherited from objectTableBase.)
Protected methodGetObjectList(String) (Inherited from objectTableBase.)
Public methodGetOrCreate (Inherited from objectTablemoduleIterationRecord.)
Public methodGetPrimaryKey
Protected methodGetPrimaryKeySelect (Inherited from objectTableBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetWhere (Inherited from objectTablemoduleIterationRecord.)
Protected methodIndexOf(Object) (Inherited from objectTableBase.)
Public methodIndexOf(UTP) (Inherited from objectTablemoduleIterationRecord.)
Public methodInvokeChanged (Inherited from changeBindableBase.)
Protected methodLinkBase (Inherited from objectTableBase.)
Public methodLoad(String, Boolean) (Inherited from objectTableBase.)
Public methodLoad(DataTable, ILogBuilder, objectTableUpdatePolicy) (Inherited from objectTableBase.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodOnPropertyChanged (Inherited from changeBindableBase.)
Protected methodprepare (Inherited from objectTableBase.)
Protected methodReadOnlyEnforce (Inherited from objectTableBase.)
Public methodRemove(String) (Inherited from objectTablemoduleIterationRecord.)
Protected methodRemove(Object) (Inherited from objectTableBase.)
Public methodRemove(IEnumerableUTP) (Inherited from objectTablemoduleIterationRecord.)
Public methodRemove(UTP) (Inherited from objectTablemoduleIterationRecord.)
Public methodSave (Inherited from objectTableBase.)
Public methodSaveAs (Inherited from objectTableBase.)
Public methodSaveIfChanged (Inherited from objectTableBase.)
Protected methodSetObjectByCustomRow (Inherited from objectTableBase.)
Protected methodSetRowWithObject (Inherited from objectTableBase.)
Public methodstart
Public methodStartNewRecord
Protected methodtableSelect (Inherited from objectTableBase.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodTransformKey (Inherited from objectTableBase.)
Protected methodUnlinkBase (Inherited from objectTableBase.)
Protected methodUpdateBase (Inherited from objectTableBase.)
Protected methodWriteOnlyEnforce (Inherited from objectTableBase.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from changeBindableBase.)
Top
See Also

Reference

[!:imbSCI.DataComplex.tables.objectTable<T>.spider.modules.performance.moduleIterationRecord>]