Click or drag to resize

experimentSessionRegistry Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "T:imbWEM.Core.index.experimentSession.experimentSessionRegistry"]

Inheritance Hierarchy
SystemObject
  changeBindableBase
    objectTableBase
      objectTableexperimentSessionEntry
        imbWEM.Core.index.experimentSessionexperimentSessionRegistry

Namespace:  imbWEM.Core.index.experimentSession
Assembly:  imbWEM.Core (in imbWEM.Core.dll) Version: 0.3.55
Syntax
C#
public class experimentSessionRegistry : objectTable<experimentSessionEntry>

The experimentSessionRegistry type exposes the following members.

Constructors
  NameDescription
Public methodexperimentSessionRegistry(String)
Initializes a new instance of the experimentSessionRegistry class
Public methodexperimentSessionRegistry(String, String, Boolean)
Initializes a new instance of the experimentSessionRegistry class
Top
Properties
  NameDescription
Public propertyChanges (Inherited from changeBindableBase.)
Public propertyCount (Inherited from objectTableBase.)
Public propertyCurrentSession
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 objectTableexperimentSessionEntry.)
Public propertyItem (Inherited from objectTableexperimentSessionEntry.)
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.)
Public propertySessionID
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 objectTableexperimentSessionEntry.)
Protected methodAddOrUpdate(IEnumerableObject, objectTableUpdatePolicy) (Inherited from objectTableBase.)
Protected methodAddOrUpdate(Object, objectTableUpdatePolicy) (Inherited from objectTableBase.)
Public methodAddOrUpdate(UTP, objectTableUpdatePolicy) (Inherited from objectTableexperimentSessionEntry.)
Public methodAddOrUpdate(IEnumerableUTP, objectTableUpdatePolicy) (Inherited from objectTableexperimentSessionEntry.)
Protected methodbuildTable (Inherited from objectTableBase.)
Protected methodcheckTableShema (Inherited from objectTableBase.)
Public methodClear (Inherited from objectTableBase.)
Protected methodCloneBase (Inherited from objectTableBase.)
Public methodCloseSession
Public methodContains (Inherited from objectTableexperimentSessionEntry.)
Public methodContainsKey (Inherited from objectTableBase.)
Protected methodContainsObject (Inherited from objectTableBase.)
Public methodCopyTo (Inherited from objectTableexperimentSessionEntry.)
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 objectTableexperimentSessionEntry.)
Public methodGetFirstWhere (Inherited from objectTableexperimentSessionEntry.)
Public methodGetGroups``1 (Inherited from objectTableexperimentSessionEntry.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetKeyValue (Inherited from objectTableBase.)
Public methodGetLastEntry (Inherited from objectTableexperimentSessionEntry.)
Public methodGetLastEntryTouched (Inherited from objectTableexperimentSessionEntry.)
Public methodGetLastNEntries (Inherited from objectTableexperimentSessionEntry.)
Public methodGetList (Inherited from objectTableexperimentSessionEntry.)
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 objectTableexperimentSessionEntry.)
Protected methodGetPrimaryKeySelect (Inherited from objectTableBase.)
Public methodGetRecordID
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetWhere (Inherited from objectTableexperimentSessionEntry.)
Protected methodIndexOf(Object) (Inherited from objectTableBase.)
Public methodIndexOf(UTP) (Inherited from objectTableexperimentSessionEntry.)
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 objectTableexperimentSessionEntry.)
Protected methodRemove(Object) (Inherited from objectTableBase.)
Public methodRemove(IEnumerableUTP) (Inherited from objectTableexperimentSessionEntry.)
Public methodRemove(UTP) (Inherited from objectTableexperimentSessionEntry.)
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 methodStartSession
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.)
Public methodUpdateRecord
Protected methodWriteOnlyEnforce (Inherited from objectTableBase.)
Top
Events
  NameDescription
Public eventPropertyChanged (Inherited from changeBindableBase.)
Top
Fields
See Also