Click or drag to resize

IDocument Properties

The IDocument type exposes the following members.

Properties
  NameDescription
Public propertyActionQueue
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.)
Public propertyConflictResolver
Gets or sets the IConflictResolver that should resolve conflicts for this document
Public propertyDatabase
Gets the IDatabase that owns this document
Public propertyExists
Gets whether or not this document exists (i.e. has been persisted)
Public propertyId
Gets the unique ID of this document
Public propertyIsDeleted
Gets whether or not this document is deleted
Public propertyItem
Bracket operator for returning an untyped property from this object
(Inherited from IPropertyContainer.)
Public propertyProperties
Gets or sets the raw properties for the object
(Inherited from IPropertyContainer.)
Public propertySequence
Gets the sequence number of this document
Top
See Also