ModelManager Class |
Namespace: Dynamicweb.Analytics.Model
The ModelManager type exposes the following members.
Name | Description | |
---|---|---|
ModelManager |
Initializes a new instance of an object.
|
Name | Description | |
---|---|---|
Collection |
Gets the name of the collection that the manager should operate with.
|
Name | Description | |
---|---|---|
Delete |
Deletes the given item from the underlying storage.
| |
GetAnnotatedData(IAnnotatable) |
Returns the actual data item of its annotated version.
| |
GetAnnotatedDataT(IAnnotatable) |
Returns the actual data item of its annotated version.
| |
GetAnnotatedDataType(Type) |
Returns the data type of an annotated data item.
| |
GetAnnotatedDataType(IAnnotatable) |
Returns the data type of an annotated data item.
| |
GetLastUpdated |
Returns the last updated date (UTC) of the given item.
| |
ReadT(String) |
Reads a single item from the current collection.
| |
ReadT(String, FuncString, T) |
Reads a single item from the current collection.
| |
ReadAllT |
Reads all items from the current collection.
| |
ReadAllT(FuncString, T) |
Reads all items from the current collection.
| |
Update |
Persists the given item into the underlying storage.
|
Name | Description | |
---|---|---|
RootCollection |
Gets the root collection.
|