![]() | indexDomainTable Class |
[This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "T:imbWEM.Core.index.core.indexDomainTable"]
Namespace: imbWEM.Core.index.core
public class indexDomainTable : objectTable<indexDomain>
The indexDomainTable type exposes the following members.
Name | Description | |
---|---|---|
![]() | indexDomainTable | Initializes a new instance of the indexDomainTable class |
Name | Description | |
---|---|---|
![]() | Changes |
Gets or sets the changes.
(Inherited from changeBindableBase.) |
![]() | Count |
Gets the count.
(Inherited from objectTableBase.) |
![]() | description | (Inherited from objectTableBase.) |
![]() | HasChanges |
Gets a value indicating whether this instance has changes.
(Inherited from changeBindableBase.) |
![]() | indexSessionEntry | |
![]() | info |
Information about the file where table data is stored
(Inherited from objectTableBase.) |
![]() | IsInstanceLinkActive |
If TRUE: instances stay linked to the object table, their properties are loaded back to the data table automatically on save
(Inherited from objectTableBase.) |
![]() | IsReadOnly |
Gets a value indicating whether the ICollectionT is read-only.
(Inherited from objectTableindexDomain.) |
![]() | Item |
Gets or creates [!:T], alias of GetOrCreate(String) call
(Inherited from objectTableindexDomain.) |
![]() | LoadFailed | (Inherited from objectTableBase.) |
![]() | name | (Inherited from objectTableBase.) |
![]() | primaryKeyName | (Inherited from objectTableBase.) |
![]() | ReadOnlyMode |
If true it prevents updating the table but increases performances drastically and provides full thread-safety
(Inherited from objectTableBase.) |
![]() | type | (Inherited from objectTableBase.) |
![]() | WriteOnlyMode |
If true avoids existing item check procedure - drastically increases performance
(Inherited from objectTableBase.) |
Name | Description | |
---|---|---|
![]() | Add | (Inherited from objectTableindexDomain.) |
![]() | AddOrUpdate(UTP, objectTableUpdatePolicy) |
Adds object or update if existing row was found. Returns true if new row was created
(Inherited from objectTableindexDomain.) |
![]() | AddOrUpdate(IEnumerableUTP, objectTableUpdatePolicy) |
Adds the or updates data table with objects specified. Returns number of new items added into collection
(Inherited from objectTableindexDomain.) |
![]() | Clear | (Inherited from objectTableBase.) |
![]() | Contains |
Determines whether the ICollectionT contains a specific value.
(Inherited from objectTableindexDomain.) |
![]() | ContainsKey |
Determines whether the specified key is contained
(Inherited from objectTableBase.) |
![]() | CopyTo | (Inherited from objectTableindexDomain.) |
![]() | deploySession |
Deploys the session.
|
![]() | Equals | (Inherited from Object.) |
![]() | GetChanges |
Gets the changes.
(Inherited from changeBindableBase.) |
![]() | GetDataTable |
Gets the copy of DataTable
(Inherited from objectTableBase.) |
![]() | GetDomain |
Gets the domain.
|
![]() | GetDomainIndexAssertion |
Performs domain index assertion
|
![]() | GetDomains(IEnumerableString) | |
![]() | GetDomains(indexDomainContentEnum) |
Gets the domains having specified contentType set
|
![]() | GetDomainUrls |
Gets the domain urls.
|
![]() | GetEnumerator | (Inherited from objectTableindexDomain.) |
![]() | GetFirstWhere |
Gets the first entry that meets the criteria from the expression
(Inherited from objectTableindexDomain.) |
![]() | GetGroups``1 |
Returns objects groupped by the same value of the specified column
(Inherited from objectTableindexDomain.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetLastEntry |
Gets the last entry: last entry added
(Inherited from objectTableindexDomain.) |
![]() | GetLastEntryTouched | (Inherited from objectTableindexDomain.) |
![]() | GetLastNEntries |
Gets the last n or less entries.
(Inherited from objectTableindexDomain.) |
![]() | GetList |
Gets the list of object
(Inherited from objectTableindexDomain.) |
![]() | GetOrCreate |
Gets the instance under keyValue or create new instance if not existing
(Inherited from objectTableindexDomain.) |
![]() | GetType | (Inherited from Object.) |
![]() | GetWhere | (Inherited from objectTableindexDomain.) |
![]() | IndexOf |
Index of the item
(Inherited from objectTableindexDomain.) |
![]() | 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.) |
![]() | recheck |
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
|
![]() | Remove(String) | (Inherited from objectTableindexDomain.) |
![]() | Remove(IEnumerableUTP) | (Inherited from objectTableindexDomain.) |
![]() | Remove(UTP) | (Inherited from objectTableindexDomain.) |
![]() | 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.) |
![]() | ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | PropertyChanged |
Occurs when a property value is changed
(Inherited from changeBindableBase.) |