Dynamicweb.Content.Items.Queries Namespace : Repository Class |
The following tables list the members exposed by Repository.
Name | Description | |
---|---|---|
Repository Constructor | Overloaded. |
Name | Description | |
---|---|---|
Metadata | Gets the metadata of an item this repository is currently working with. | |
ValueConverter | Gets the value converter that is used to convert values from one representation into another one. |
Name | Description | |
---|---|---|
Delete | Overloaded. Deletes the given item. | |
DeleteById | Overloaded. Deletes an item with the given Id. | |
DeleteByPageId | Overloaded. Deletes all items with the given page Id. | |
DeleteByParagraphId | Overloaded. Deletes all items with the given paragraph Id. | |
Dispose | Disposes all managed resources used by this repository. | |
Execute | Overloaded. Executes the given named command and returns the result of an execution. | |
ReadValue | Overloaded. Reads field value from the given item. | |
SelectByAreaId | Overloaded. Selects all items by the given language/area Id. | |
SelectById | Overloaded. Selects the item by its Id. | |
SelectByIds | Overloaded. Selects items by their Ids. | |
SelectByPageId | Overloaded. Selects all items by the given page Id. | |
SelectByParagraphId | Overloaded. Selects all items by the given paragraph Id. | |
SelectByParentPageId | Overloaded. Selects all items by the given parent page Id. | |
SynchronizePageStructure | Synchronize changes in items with pages | |
Update | Overloaded. Either inserts new or updates existing record that correspond to the given item. |
Name | Description | |
---|---|---|
OnDisposing | Called when the managed resources needs to be disposed. |