SavedRevision Methods |
The SavedRevision type exposes the following members.
Name | Description | |
---|---|---|
![]() | CreateRevision |
Creates a new UnsavedRevision whose properties and attachments are initially identical to this one.
|
![]() | CreateRevision(IDictionaryString, Object) |
Creates and saves a new Revision with the specified properties.
To succeed the specified properties must include a '_rev' property whose value maches the current Revision's id.
|
![]() | DeleteDocument | |
![]() | Equals | (Inherited from Revision.) |
![]() | GetAttachment |
Returns the Attachment with the specified name if it exists, otherwise null.
(Inherited from Revision.) |
![]() | GetHashCode |
Serves as a hash function for a Revision object.
(Inherited from Revision.) |
![]() | GetProperty |
Returns the value of the property with the specified key.
(Inherited from Revision.) |
![]() | ToString | (Overrides RevisionToString.) |