Android.Content.ContentProviderOperation Members

The members of Android.Content.ContentProviderOperation are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

Apply(ContentProvider, ContentProviderResult[], int) : ContentProviderResult
Applies this operation using the given provider.
DescribeContents() : int
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
static
NewAssertQuery(Android.Net.Uri) : ContentProviderOperation.Builder
Create a NoType:android/content/ContentProviderOperation$Builder;Href=../../../reference/android/content/ContentProviderOperation.Builder.html suitable for building a Android.Content.ContentProviderOperation to assert a set of values as provided through NoType:android/content/ContentProviderOperation$Builder;Href=../../../reference/android/content/ContentProviderOperation.Builder.html#withValues(android.content.ContentValues).
static
NewDelete(Android.Net.Uri) : ContentProviderOperation.Builder
Create a NoType:android/content/ContentProviderOperation$Builder;Href=../../../reference/android/content/ContentProviderOperation.Builder.html suitable for building a delete Android.Content.ContentProviderOperation.
static
NewInsert(Android.Net.Uri) : ContentProviderOperation.Builder
Create a NoType:android/content/ContentProviderOperation$Builder;Href=../../../reference/android/content/ContentProviderOperation.Builder.html suitable for building an insert Android.Content.ContentProviderOperation.
static
NewUpdate(Android.Net.Uri) : ContentProviderOperation.Builder
Create a NoType:android/content/ContentProviderOperation$Builder;Href=../../../reference/android/content/ContentProviderOperation.Builder.html suitable for building an update Android.Content.ContentProviderOperation.
ResolveSelectionArgsBackReferences(ContentProviderResult[], int) : string[]
The Selection Arguments back references are represented as a Map of Integer->Integer where the key is an index into the selection argument array (see NoType:android/content/ContentProviderOperation$Builder;Href=../../../reference/android/content/ContentProviderOperation.Builder.html#withSelection(java.lang.String, java.lang.String[])) and the value is the index of the previous result that should be used for that selection argument array slot.
ResolveValueBackReferences(ContentProviderResult[], int) : ContentValues
The ContentValues back references are represented as a ContentValues object where the key refers to a column and the value is an index of the back reference whose valued should be associated with the column.
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Flatten this object in to a Parcel.