Click or drag to resize

indexDomainTable Class

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

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

Inheritance Hierarchy
SystemObject
  changeBindableBase
    objectTableBase
      objectTableindexDomain
        imbWEM.Core.index.coreindexDomainTable

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

The indexDomainTable type exposes the following members.

Constructors
  NameDescription
Public methodindexDomainTable
Initializes a new instance of the indexDomainTable 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 propertyindexSessionEntry
Public propertyinfo (Inherited from objectTableBase.)
Protected propertyinstanceRegistry (Inherited from objectTableBase.)
Public propertyIsInstanceLinkActive (Inherited from objectTableBase.)
Public propertyIsReadOnly (Inherited from objectTableindexDomain.)
Public propertyItem (Inherited from objectTableindexDomain.)
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 objectTableindexDomain.)
Protected methodAddOrUpdate(IEnumerableObject, objectTableUpdatePolicy) (Inherited from objectTableBase.)
Protected methodAddOrUpdate(Object, objectTableUpdatePolicy) (Inherited from objectTableBase.)
Public methodAddOrUpdate(UTP, objectTableUpdatePolicy) (Inherited from objectTableindexDomain.)
Public methodAddOrUpdate(IEnumerableUTP, objectTableUpdatePolicy) (Inherited from objectTableindexDomain.)
Protected methodbuildTable (Inherited from objectTableBase.)
Protected methodcheckTableShema (Inherited from objectTableBase.)
Public methodClear (Inherited from objectTableBase.)
Protected methodCloneBase (Inherited from objectTableBase.)
Public methodContains (Inherited from objectTableindexDomain.)
Public methodContainsKey (Inherited from objectTableBase.)
Protected methodContainsObject (Inherited from objectTableBase.)
Public methodCopyTo (Inherited from objectTableindexDomain.)
Public methoddeploySession
Deploys the session.
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 methodGetDomain
Gets the domain.
Public methodGetDomainIndexAssertion
Performs domain index assertion
Public methodGetDomains(IEnumerableString)
Public methodGetDomains(indexDomainContentEnum)
Gets the domains having specified contentType set
Public methodGetDomainUrls
Gets the domain urls.
Public methodGetEnumerator (Inherited from objectTableindexDomain.)
Public methodGetFirstWhere (Inherited from objectTableindexDomain.)
Public methodGetGroups``1 (Inherited from objectTableindexDomain.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Protected methodGetKeyValue (Inherited from objectTableBase.)
Public methodGetLastEntry (Inherited from objectTableindexDomain.)
Public methodGetLastEntryTouched (Inherited from objectTableindexDomain.)
Public methodGetLastNEntries (Inherited from objectTableindexDomain.)
Public methodGetList (Inherited from objectTableindexDomain.)
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 objectTableindexDomain.)
Protected methodGetPrimaryKeySelect (Inherited from objectTableBase.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodGetWhere (Inherited from objectTableindexDomain.)
Protected methodIndexOf(Object) (Inherited from objectTableBase.)
Public methodIndexOf(UTP) (Inherited from objectTableindexDomain.)
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 methodrecheck
Rechecks the values for each domain entry using information in the pageIndex table, calls save -- updates the domain table if any new discovered from the domain
Public methodRemove(String) (Inherited from objectTableindexDomain.)
Protected methodRemove(Object) (Inherited from objectTableBase.)
Public methodRemove(IEnumerableUTP) (Inherited from objectTableindexDomain.)
Public methodRemove(UTP) (Inherited from objectTableindexDomain.)
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