IDocument Properties |
The IDocument type exposes the following members.
Name | Description | |
---|---|---|
ActionQueue |
Gets the queue that is used for scheduling operations on
the object. If operations are performed outside of this queue
for properties marked with FromQueueOnly
a ThreadSafetyViolationException will be thrown.
(Inherited from IThreadSafe.) | |
ConflictResolver |
Gets or sets the IConflictResolver that should resolve conflicts for this document
| |
Database |
Gets the IDatabase that owns this document
| |
Exists |
Gets whether or not this document exists (i.e. has been persisted)
| |
Id |
Gets the unique ID of this document
| |
IsDeleted |
Gets whether or not this document is deleted
| |
Item |
Bracket operator for returning an untyped property from this object
(Inherited from IPropertyContainer.) | |
Properties |
Gets or sets the raw properties for the object
(Inherited from IPropertyContainer.) | |
Sequence |
Gets the sequence number of this document
|