Click or drag to resize

ModelManager Class

Represents a model manager. This class cannot be inherited.
Inheritance Hierarchy
SystemObject
  Dynamicweb.Analytics.ModelModelManager

Namespace:  Dynamicweb.Analytics.Model
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public sealed class ModelManager

The ModelManager type exposes the following members.

Constructors
  NameDescription
Public methodModelManager
Initializes a new instance of an object.
Top
Properties
  NameDescription
Public propertyCollection
Gets the name of the collection that the manager should operate with.
Top
Methods
  NameDescription
Public methodDelete
Deletes the given item from the underlying storage.
Public methodStatic memberGetAnnotatedData(IAnnotatable)
Returns the actual data item of its annotated version.
Public methodStatic memberGetAnnotatedDataT(IAnnotatable)
Returns the actual data item of its annotated version.
Public methodStatic memberGetAnnotatedDataType(Type)
Returns the data type of an annotated data item.
Public methodStatic memberGetAnnotatedDataType(IAnnotatable)
Returns the data type of an annotated data item.
Public methodGetLastUpdated
Returns the last updated date (UTC) of the given item.
Public methodReadT(String)
Reads a single item from the current collection.
Public methodReadT(String, FuncString, T)
Reads a single item from the current collection.
Public methodReadAllT
Reads all items from the current collection.
Public methodReadAllT(FuncString, T)
Reads all items from the current collection.
Public methodUpdate
Persists the given item into the underlying storage.
Top
Fields
  NameDescription
Public fieldStatic memberRootCollection
Gets the root collection.
Top
See Also