Click or drag to resize

IDocument Methods

The IDocument type exposes the following members.

Methods
  NameDescription
Public methodContains
Gets whether or not this object contains a given key
(Inherited from IPropertyContainer.)
Public methodDelete
Deletes the document
Public methodDispose (Inherited from IDisposable.)
Public methodDoAsync(Action)
Convenience method for asynchronously scheduling a job for this object
(Inherited from IThreadSafe.)
Public methodDoAsyncT(FuncT)
Convenience method for asynchronously scheduling a job for this object
(Inherited from IThreadSafe.)
Public methodDoSync(Action)
Convenience method for scheduling and waiting for a job on this object's queue
(Inherited from IThreadSafe.)
Public methodDoSyncT(FuncT)
Convenience method for scheduling a job on this object's queue, waiting for it to finish and returning the result
(Inherited from IThreadSafe.)
Public methodGet
Gets the untyped value for the given key
(Inherited from IPropertyContainer.)
Public methodGetArray (Inherited from IPropertyContainer.)
Public methodGetBlob
Gets the IBlob for the given key
(Inherited from IPropertyContainer.)
Public methodGetBoolean
Gets the Boolean for the given key
(Inherited from IPropertyContainer.)
Public methodGetDate
Gets the DateTimeOffset? for the given key
(Inherited from IPropertyContainer.)
Public methodGetDouble
Gets the Double for the given key
(Inherited from IPropertyContainer.)
Public methodGetFloat
Gets the Single for the given key
(Inherited from IPropertyContainer.)
Public methodGetLong
Gets the Int64 for the given key
(Inherited from IPropertyContainer.)
Public methodGetString
Gets the String for the given key
(Inherited from IPropertyContainer.)
Public methodGetSubdocument
Gets the ISubdocument for the given key
(Inherited from IPropertyContainer.)
Public methodPurge
Purges the document, which leaves no trace behind for replication
Public methodRemove
Removes the given key from the object
(Inherited from IPropertyContainer.)
Public methodRevert
Cancels all changes since the last save
(Inherited from IPropertyContainer.)
Public methodSave
Saves the document to disk
Public methodSet
Sets the given key to the given value in this document
Top
See Also