Click or drag to resize

IPropertyContainer Methods

The IPropertyContainer type exposes the following members.

Methods
  NameDescription
Public methodContains
Gets whether or not this object contains a given key
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
Public methodGetArray
Public methodGetBlob
Gets the IBlob for the given key
Public methodGetBoolean
Gets the Boolean for the given key
Public methodGetDate
Gets the DateTimeOffset? for the given key
Public methodGetDouble
Gets the Double for the given key
Public methodGetFloat
Gets the Single for the given key
Public methodGetLong
Gets the Int64 for the given key
Public methodGetString
Gets the String for the given key
Public methodGetSubdocument
Gets the ISubdocument for the given key
Public methodRemove
Removes the given key from the object
Public methodRevert
Cancels all changes since the last save
Public methodSet
Sets the given value to the given key in the object
Top
See Also