ContentQueryMap
ContentQueryMap
Class
Definition
Caches the contents of a cursor into a Map of String->ContentValues and optionally keeps the cache fresh by registering for updates on the content backing the cursor.
[Android.Runtime.Register("android/content/ContentQueryMap", ApiSince=1, DoNotGenerateAcw=true)]
public class ContentQueryMap : Java.Util.Observable
type ContentQueryMap = class
inherit Observable
- Inheritance
- Attributes
Remarks
Portions of this page are modifications based on work created and shared by the
Constructors
ContentQueryMap(ICursor, String, Boolean, Handler) ContentQueryMap(ICursor, String, Boolean, Handler) |
Creates a ContentQueryMap that caches the content backing the cursor |
ContentQueryMap(IntPtr, JniHandleOwnership) ContentQueryMap(IntPtr, JniHandleOwnership) |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
Properties
Class Class |
Returns the unique instance of Class that represents this object's class. (Inherited from Object) |
Handle Handle |
The handle to the underlying Android instance. (Inherited from Object) |
HasChanged HasChanged |
Returns the changed flag for this |
IJavaObjectEx.IsProxy IJavaObjectEx.IsProxy | Inherited from Object |
IJavaObjectEx.KeyHandle IJavaObjectEx.KeyHandle | Inherited from Object |
IJavaObjectEx.NeedsActivation IJavaObjectEx.NeedsActivation | Inherited from Object |
IJavaPeerable.JniManagedPeerState IJavaPeerable.JniManagedPeerState | Inherited from Object |
JniIdentityHashCode JniIdentityHashCode | Inherited from Object |
JniPeerMembers JniPeerMembers | |
PeerReference PeerReference | Inherited from Object |
Rows Rows | |
ThresholdClass ThresholdClass |
This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
ThresholdType ThresholdType |
This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Methods
AddObserver(IObserver) AddObserver(IObserver) |
Adds the specified observer to the list of observers. (Inherited from Observable) |
ClearChanged() ClearChanged() |
Clears the changed flag for this |
Clone() Clone() |
Creates and returns a copy of this |
Close() Close() | |
CountObservers() CountObservers() |
Returns the number of observers registered to this |
DeleteObserver(IObserver) DeleteObserver(IObserver) |
Removes the specified observer from the list of observers. (Inherited from Observable) |
DeleteObservers() DeleteObservers() |
Removes all observers from the list of observers. (Inherited from Observable) |
Dispose() Dispose() | Inherited from Object |
Dispose(Boolean) Dispose(Boolean) | Inherited from Object |
Equals(Object) Equals(Object) |
Compares this instance with the specified object and indicates if they are equal. (Inherited from Object) |
GetHashCode() GetHashCode() |
Returns an integer hash code for this object. (Inherited from Object) |
GetValues(String) GetValues(String) |
Access the ContentValues for the row specified by rowName |
JavaFinalize() JavaFinalize() |
Invoked when the garbage collector has detected that this instance is no longer reachable. (Inherited from Object) |
Notify() Notify() |
Causes a thread which is waiting on this object's monitor (by means of
calling one of the |
NotifyAll() NotifyAll() |
Causes all threads which are waiting on this object's monitor (by means
of calling one of the |
NotifyObservers() NotifyObservers() |
If |
NotifyObservers(Object) NotifyObservers(Object) |
If |
Requery() Requery() |
Requeries the cursor and reads the contents into the cache |
SetChanged() SetChanged() |
Sets the changed flag for this |
SetHandle(IntPtr, JniHandleOwnership) SetHandle(IntPtr, JniHandleOwnership) |
Sets the Handle property. (Inherited from Object) |
SetKeepUpdated(Boolean) SetKeepUpdated(Boolean) |
Change whether or not the ContentQueryMap will register with the cursor's ContentProvider for change notifications. |
ToArray<T>() ToArray<T>() | Inherited from Object |
ToString() ToString() |
Returns a string containing a concise, human-readable description of this object. (Inherited from Object) |
UnregisterFromRuntime() UnregisterFromRuntime() | Inherited from Object |
Wait() Wait() |
Causes the calling thread to wait until another thread calls the |
Wait(Int64) Wait(Int64) |
Causes the calling thread to wait until another thread calls the |
Wait(Int64, Int32) Wait(Int64, Int32) |
Causes the calling thread to wait until another thread calls the |
Explicit Interface Implementations
Extension Methods
JavaCast<TResult>(IJavaObject) JavaCast<TResult>(IJavaObject) |
Performs an Android runtime-checked type conversion. |
JavaCast<TResult>(IJavaObject) JavaCast<TResult>(IJavaObject) | |
GetJniTypeName(IJavaPeerable) GetJniTypeName(IJavaPeerable) |