IPropertyContainer Interface |
Namespace: Couchbase.Lite
public interface IPropertyContainer : IThreadSafe
The IPropertyContainer 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.) |
![]() | Item |
Bracket operator for returning an untyped property from this object
|
![]() | Properties |
Gets or sets the raw properties for the object
|
Name | Description | |
---|---|---|
![]() | Contains |
Gets whether or not this object contains a given key
|
![]() | DoAsync(Action) |
Convenience method for asynchronously scheduling a job for this
object
(Inherited from IThreadSafe.) |
![]() | DoAsyncT(FuncT) |
Convenience method for asynchronously scheduling a job for this
object
(Inherited from IThreadSafe.) |
![]() | DoSync(Action) |
Convenience method for scheduling and waiting for a job
on this object's queue
(Inherited from IThreadSafe.) |
![]() | DoSyncT(FuncT) |
Convenience method for scheduling a job on this object's queue,
waiting for it to finish and returning the result
(Inherited from IThreadSafe.) |
![]() | Get |
Gets the untyped value for the given key
|
![]() | GetArray | |
![]() | GetBlob |
Gets the IBlob for the given key
|
![]() | GetBoolean |
Gets the Boolean for the given key
|
![]() | GetDate |
Gets the DateTimeOffset? for the given key
|
![]() | GetDouble |
Gets the Double for the given key
|
![]() | GetFloat |
Gets the Single for the given key
|
![]() | GetLong |
Gets the Int64 for the given key
|
![]() | GetString |
Gets the String for the given key
|
![]() | GetSubdocument |
Gets the ISubdocument for the given key
|
![]() | Remove |
Removes the given key from the object
|
![]() | Revert |
Cancels all changes since the last save
|
![]() | Set |
Sets the given value to the given key in the object
|