Click or drag to resize

ModelManager Methods

The ModelManager type exposes the following members.

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
See Also