Android.Content.ContentValues Members

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

See Also: Inherited members from Java.Lang.Object

Public Constructors

Creates an empty set of values using the default initial size
Creates a set of values copied from the given set
Creates an empty set of values using the given initial size

Public Fields

const
Tagstring.

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

Clear()
Removes all values.
ContainsKey(string) : bool
Returns true if this object has the named value.
DescribeContents() : int
Describe the kinds of special objects contained in this Parcelable's marshalled representation.
Get(string) : Java.Lang.Object
Gets a value.
GetAsBoolean(string) : bool
Gets a value and converts it to a Boolean.
GetAsByte(string) : sbyte
Gets a value and converts it to a Byte.
GetAsByteArray(string) : byte[]
Gets a value that is a byte array.
GetAsDouble(string) : double
Gets a value and converts it to a Double.
GetAsFloat(string) : float
Gets a value and converts it to a Float.
GetAsInteger(string) : int
Gets a value and converts it to an Integer.
GetAsLong(string) : long
Gets a value and converts it to a Long.
GetAsShort(string) : short
Gets a value and converts it to a Short.
GetAsString(string) : string
Gets a value and converts it to a String.
KeySet() : ICollection<string>
Returns a set of all of the keys
Put(string, bool)
Adds a value to the set.
Put(string, byte[])
Adds a value to the set.
Put(string, double)
Adds a value to the set.
Put(string, short)
Adds a value to the set.
Put(string, int)
Adds a value to the set.
Put(string, long)
Adds a value to the set.
Put(string, sbyte)
Adds a value to the set.
Put(string, float)
Adds a value to the set.
Put(string, string)
Adds a value to the set.
PutAll(ContentValues)
Adds all values from the passed in ContentValues.
PutNull(string)
Adds a null value to the set.
Remove(string)
Remove a single value.
Size() : int
Returns the number of values.
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Flatten this object in to a Parcel.