Click or drag to resize

indexPerformanceRecord Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "T:imbWEM.Core.index.core.indexPerformanceRecord"]

Inheritance Hierarchy
SystemObject
  changeBindableBase
    objectTableBase
      objectTableindexPerformanceEntry
        imbWEM.Core.index.coreindexPerformanceRecord

Namespace:  imbWEM.Core.index.core
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public class indexPerformanceRecord : objectTable<indexPerformanceEntry>

The indexPerformanceRecord type exposes the following members.

Constructors
  NameDescription
Public methodindexPerformanceRecord
Initializes a new instance of the indexPerformanceRecord class
Public methodindexPerformanceRecord(String, Boolean)
Initializes a new instance of the indexPerformanceRecord class
Top
Properties
  NameDescription
Public propertyChanges (Inherited from changeBindableBase.)
Public propertyCount (Inherited from objectTableBase.)
Public propertydescription (Inherited from objectTableBase.)
Public propertyHasChanges (Inherited from changeBindableBase.)
Public propertyinfo (Inherited from objectTableBase.)
Protected propertyinstanceRegistry (Inherited from objectTableBase.)
Public propertyIsInstanceLinkActive (Inherited from objectTableBase.)
Public propertyIsReadOnly (Inherited from objectTableindexPerformanceEntry.)
Public propertyItem (Inherited from objectTableindexPerformanceEntry.)
Protected propertykeyCache (Inherited from objectTableBase.)
Protected propertylastEntry (Inherited from objectTableBase.)
Public propertyLoadFailed (Inherited from objectTableBase.)
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 propertytable (Inherited from objectTableBase.)
Public propertytype (Inherited from objectTableBase.)
Protected propertyUsePrimaryKey (Inherited from objectTableBase.)
Public propertyWriteOnlyMode (Inherited from objectTableBase.)
Protected propertyWriteOnlyModeWarningIssued (Inherited from objectTableBase.)
Top
Methods
  NameDescription
Protected methodAccept (Inherited from changeBindableBase.)
Public methodAdd (Inherited from objectTableindexPerformanceEntry.)
Protected methodAddOrUpdate(IEnumerableObject, objectTableUpdatePolicy) (Inherited from objectTableBase.)
Protected methodAddOrUpdate(Object, objectTableUpdatePolicy) (Inherited from objectTableBase.)
Public methodAddOrUpdate(UTP, objectTableUpdatePolicy) (Inherited from objectTableindexPerformanceEntry.)
Public methodAddOrUpdate(IEnumerableUTP, objectTableUpdatePolicy) (Inherited from objectTableindexPerformanceEntry.)
Protected methodbuildTable (Inherited from objectTableBase.)
Protected methodcheckTableShema (Inherited from objectTableBase.)
Public methodCleanRecords
Public methodClear (Inherited from objectTableBase.)
Protected methodCloneBase (Inherited from objectTableBase.)
Public methodContains (Inherited from objectTableindexPerformanceEntry.)
Public methodContainsKey (Inherited from objectTableBase.)
Protected methodContainsObject (Inherited from objectTableBase.)
Public methodCopyTo (Inherited from objectTableindexPerformanceEntry.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodevaluateIndexPerformance
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 objectTableindexPerformanceEntry.)
Public methodGetFirstWhere (Inherited from objectTableindexPerformanceEntry.)
Public methodGetGroups``1 (Inherited from objectTableindexPerformanceEntry.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetKeyValue (Inherited from objectTableBase.)
Public methodGetLastEntry (Inherited from objectTableindexPerformanceEntry.)
Public methodGetLastEntryTouched (Inherited from objectTableindexPerformanceEntry.)
Public methodGetLastNEntries (Inherited from objectTableindexPerformanceEntry.)
Public methodGetList (Inherited from objectTableindexPerformanceEntry.)
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 objectTableindexPerformanceEntry.)
Protected methodGetPrimaryKeySelect (Inherited from objectTableBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetWhere (Inherited from objectTableindexPerformanceEntry.)
Protected methodIndexOf(Object) (Inherited from objectTableBase.)
Public methodIndexOf(UTP) (Inherited from objectTableindexPerformanceEntry.)
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 objectTableindexPerformanceEntry.)
Protected methodRemove(Object) (Inherited from objectTableBase.)
Public methodRemove(IEnumerableUTP) (Inherited from objectTableindexPerformanceEntry.)
Public methodRemove(UTP) (Inherited from objectTableindexPerformanceEntry.)
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.)
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