experimentSessionRegistry Methods |
[This is preliminary documentation and is subject to change.]
The experimentSessionRegistry type exposes the following members.
| Name | Description | |
|---|---|---|
| Add | (Inherited from objectTableexperimentSessionEntry.) | |
| AddOrUpdate(UTP, objectTableUpdatePolicy) |
Adds object or update if existing row was found. Returns true if new row was created
(Inherited from objectTableexperimentSessionEntry.) | |
| AddOrUpdate(IEnumerableUTP, objectTableUpdatePolicy) |
Adds the or updates data table with objects specified. Returns number of new items added into collection
(Inherited from objectTableexperimentSessionEntry.) | |
| Clear | (Inherited from objectTableBase.) | |
| CloseSession | ||
| Contains |
Determines whether the ICollectionT contains a specific value.
(Inherited from objectTableexperimentSessionEntry.) | |
| ContainsKey |
Determines whether the specified key is contained
(Inherited from objectTableBase.) | |
| CopyTo | (Inherited from objectTableexperimentSessionEntry.) | |
| Equals | (Inherited from Object.) | |
| GetChanges |
Gets the changes.
(Inherited from changeBindableBase.) | |
| GetDataTable |
Gets the copy of DataTable
(Inherited from objectTableBase.) | |
| GetEnumerator | (Inherited from objectTableexperimentSessionEntry.) | |
| GetFirstWhere |
Gets the first entry that meets the criteria from the expression
(Inherited from objectTableexperimentSessionEntry.) | |
| GetGroups``1 |
Returns objects groupped by the same value of the specified column
(Inherited from objectTableexperimentSessionEntry.) | |
| GetHashCode | (Inherited from Object.) | |
| GetLastEntry |
Gets the last entry: last entry added
(Inherited from objectTableexperimentSessionEntry.) | |
| GetLastEntryTouched | (Inherited from objectTableexperimentSessionEntry.) | |
| GetLastNEntries |
Gets the last n or less entries.
(Inherited from objectTableexperimentSessionEntry.) | |
| GetList |
Gets the list of object
(Inherited from objectTableexperimentSessionEntry.) | |
| GetOrCreate |
Gets the instance under keyValue or create new instance if not existing
(Inherited from objectTableexperimentSessionEntry.) | |
| GetRecordID | ||
| GetType | (Inherited from Object.) | |
| GetWhere | (Inherited from objectTableexperimentSessionEntry.) | |
| IndexOf |
Index of the item
(Inherited from objectTableexperimentSessionEntry.) | |
| InvokeChanged |
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.) | |
| Load(String, Boolean) |
Loads the content from specified path
(Inherited from objectTableBase.) | |
| Load(DataTable, ILogBuilder, objectTableUpdatePolicy) |
Loads external inputTable (Inherited from objectTableBase.) | |
| OnPropertyChanged |
Kreira event koji obaveštava da je promenjen neki parametar
(Inherited from changeBindableBase.) | |
| Remove(String) | (Inherited from objectTableexperimentSessionEntry.) | |
| Remove(IEnumerableUTP) | (Inherited from objectTableexperimentSessionEntry.) | |
| Remove(UTP) | (Inherited from objectTableexperimentSessionEntry.) | |
| Save |
Saves this instance. Returns true on success
(Inherited from objectTableBase.) | |
| SaveAs |
Saves the table on specified path. According to [!:aceCommonTypes.enums.getWritableFileMode] mode selected
(Inherited from objectTableBase.) | |
| SaveIfChanged |
Saves if changed. Returns true if there were changes
(Inherited from objectTableBase.) | |
| StartSession | ||
| ToString | (Inherited from Object.) | |
| UpdateRecord |