Android.Test.Mock.MockCursor: Property Members

The properties of Android.Test.Mock.MockCursor are listed below. For a list of all members, see the MockCursor Members list.

See Also: Inherited members from Java.Lang.Object

Public Properties

[read-only]
ColumnCountint. Return total number of columns
[read-only]
Countint. Returns the numbers of rows in the cursor.
[read-only]
ExtrasAndroid.OS.Bundle. Returns a bundle of extra values.
[read-only]
HasUpdatesbool. Documentation for this section has not yet been entered.
[read-only]
IsAfterLastbool. Returns whether the cursor is pointing to the position after the last row.
[read-only]
IsBeforeFirstbool. Returns whether the cursor is pointing to the position before the first row.
[read-only]
IsClosedbool. return true if the cursor is closed
[read-only]
IsFirstbool. Returns whether the cursor is pointing to the first row.
[read-only]
IsLastbool. Returns whether the cursor is pointing to the last row.
[read-only]
NotificationUriAndroid.Net.Uri. Return the URI at which notifications of changes in this Cursor's data will be delivered, as previously set by Android.Database.ICursor.SetNotificationUri(Android.Content.ContentResolver, Android.Net.Uri).
[read-only]
Positionint. Returns the current position of the cursor in the row set.
[read-only]
WantsAllOnMoveCallsbool. onMove() will only be called across processes if this method returns true.

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.