The members of Android.Content.ContentValues are listed below.
See Also: Inherited members from Java.Lang.Object
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 |
[read-only] static | Creator | Android.OS.IParcelableCreator. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Clear()Removes all values. | ||
ContainsKey(string)Returns true if this object has the named value. | ||
DescribeContents()Describe the kinds of special objects contained in this Parcelable's marshalled representation. | ||
Get(string)Gets a value. | ||
GetAsBoolean(string)Gets a value and converts it to a Boolean. | ||
GetAsByte(string)Gets a value and converts it to a Byte. | ||
GetAsByteArray(string)Gets a value that is a byte array. | ||
GetAsDouble(string)Gets a value and converts it to a Double. | ||
GetAsFloat(string)Gets a value and converts it to a Float. | ||
GetAsInteger(string)Gets a value and converts it to an Integer. | ||
GetAsLong(string)Gets a value and converts it to a Long. | ||
GetAsShort(string)Gets a value and converts it to a Short. | ||
GetAsString(string)Gets a value and converts it to a String. | ||
KeySet()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()Returns the number of values. | ||
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)Flatten this object in to a Parcel. |