Click or drag to resize

indexPerformanceRecord Methods

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

The indexPerformanceRecord type exposes the following members.

Methods
  NameDescription
Public methodAdd (Inherited from objectTableindexPerformanceEntry.)
Public methodAddOrUpdate(UTP, objectTableUpdatePolicy)
Adds object or update if existing row was found. Returns true if new row was created
(Inherited from objectTableindexPerformanceEntry.)
Public methodAddOrUpdate(IEnumerableUTP, objectTableUpdatePolicy)
Adds the or updates data table with objects specified. Returns number of new items added into collection
(Inherited from objectTableindexPerformanceEntry.)
Public methodCleanRecords
Public methodClear (Inherited from objectTableBase.)
Public methodContains (Inherited from objectTableindexPerformanceEntry.)
Public methodContainsKey
Determines whether the specified key is contained
(Inherited from objectTableBase.)
Public methodCopyTo (Inherited from objectTableindexPerformanceEntry.)
Public methodEquals (Inherited from Object.)
Public methodevaluateIndexPerformance
Public methodGetChanges
Gets the changes.
(Inherited from changeBindableBase.)
Public methodGetDataTable
Gets the copy of DataTable
(Inherited from objectTableBase.)
Public methodGetEnumerator (Inherited from objectTableindexPerformanceEntry.)
Public methodGetFirstWhere
Gets the first entry that meets the criteria from the expression
(Inherited from objectTableindexPerformanceEntry.)
Public methodGetGroups``1
Returns objects groupped by the same value of the specified column
(Inherited from objectTableindexPerformanceEntry.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetLastEntry
Gets the last entry: last entry added
(Inherited from objectTableindexPerformanceEntry.)
Public methodGetLastEntryTouched (Inherited from objectTableindexPerformanceEntry.)
Public methodGetLastNEntries
Gets the last n or less entries.
(Inherited from objectTableindexPerformanceEntry.)
Public methodGetList
Gets the list of object
(Inherited from objectTableindexPerformanceEntry.)
Public methodGetOrCreate
Gets the instance under keyValue or create new instance if not existing
(Inherited from objectTableindexPerformanceEntry.)
Public methodGetType (Inherited from Object.)
Public methodGetWhere (Inherited from objectTableindexPerformanceEntry.)
Public methodIndexOf
Index of the item
(Inherited from objectTableindexPerformanceEntry.)
Public methodInvokeChanged
Sets current state of the object to be Changed (i.e. from now on the object will know it had some changes since last Accept call);
(Inherited from changeBindableBase.)
Public methodLoad(String, Boolean)
Loads the content from specified path
(Inherited from objectTableBase.)
Public methodLoad(DataTable, ILogBuilder, objectTableUpdatePolicy)
Loads external inputTable
(Inherited from objectTableBase.)
Public methodOnPropertyChanged
Kreira event koji obaveštava da je promenjen neki parametar
(Inherited from changeBindableBase.)
Public methodRemove(String) (Inherited from objectTableindexPerformanceEntry.)
Public methodRemove(IEnumerableUTP) (Inherited from objectTableindexPerformanceEntry.)
Public methodRemove(UTP) (Inherited from objectTableindexPerformanceEntry.)
Public methodSave
Saves this instance. Returns true on success
(Inherited from objectTableBase.)
Public methodSaveAs
Saves the table on specified path. According to [!:aceCommonTypes.enums.getWritableFileMode] mode selected
(Inherited from objectTableBase.)
Public methodSaveIfChanged
Saves if changed. Returns true if there were changes
(Inherited from objectTableBase.)
Public methodToString (Inherited from Object.)
Top
See Also