Table of Contents

Class ContentValues

Namespace
Android.Content
Assembly
MASES.Netdroid.dll
public class ContentValues : Parcelable, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IParcelable
Inheritance
ContentValues
Implements
Inherited Members
Extension Methods

Constructors

ContentValues()

public ContentValues()

ContentValues(ContentValues)

public ContentValues(ContentValues arg0)

Parameters

arg0 ContentValues

ContentValues

ContentValues(IJVMBridgeBaseInitializer)

Initializer used internally by JCOBridge. Do not use directly.

[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public ContentValues(IJVMBridgeBaseInitializer initializer)

Parameters

initializer IJVMBridgeBaseInitializer

ContentValues(int)

public ContentValues(int arg0)

Parameters

arg0 int

int

Properties

BridgeClassName

Java class name to be instantiated

public override string BridgeClassName { get; }

Property Value

string

CREATOR

public static Parcelable.Creator CREATOR { get; set; }

Property Value

Parcelable.Creator

IsBridgeAbstract

true if the BridgeClassName is an abstract class, i.e. cannot be created an instance

public override bool IsBridgeAbstract { get; }

Property Value

bool

IsBridgeCloseable

true if the BridgeClassName implements java.lang.AutoCloseable

public override bool IsBridgeCloseable { get; }

Property Value

bool

IsBridgeInterface

true if the BridgeClassName is an interface, i.e. does not have any public constructor

public override bool IsBridgeInterface { get; }

Property Value

bool

IsBridgeStatic

true if the BridgeClassName is a static class, i.e. does not have any public constructor

public override bool IsBridgeStatic { get; }

Property Value

bool

TAG

public static String TAG { get; set; }

Property Value

String

Methods

Clear()

public void Clear()

ContainsKey(String)

public bool ContainsKey(String arg0)

Parameters

arg0 String

String

Returns

bool

bool

CreatePoolableInstance()

HPA initializer for ContentValues()

public static ContentValues CreatePoolableInstance()

Returns

ContentValues

CreatePoolableInstance(ContentValues)

HPA initializer for ContentValues(Android.Content.ContentValues arg0)

public static ContentValues CreatePoolableInstance(ContentValues arg0)

Parameters

arg0 ContentValues

Returns

ContentValues

CreatePoolableInstance(int)

HPA initializer for ContentValues(int arg0)

public static ContentValues CreatePoolableInstance(int arg0)

Parameters

arg0 int

Returns

ContentValues

DescribeContents()

public int DescribeContents()

Returns

int

int

Get(String)

public object Get(String arg0)

Parameters

arg0 String

String

Returns

object

object

GetAsBoolean(String)

public Boolean GetAsBoolean(String arg0)

Parameters

arg0 String

String

Returns

Boolean

Boolean

GetAsByte(String)

public Byte GetAsByte(String arg0)

Parameters

arg0 String

String

Returns

Byte

Byte

GetAsByteArray(String)

public byte[] GetAsByteArray(String arg0)

Parameters

arg0 String

String

Returns

byte[]

byte

GetAsDouble(String)

public Double GetAsDouble(String arg0)

Parameters

arg0 String

String

Returns

Double

Double

GetAsFloat(String)

public Float GetAsFloat(String arg0)

Parameters

arg0 String

String

Returns

Float

Float

GetAsInteger(String)

public Integer GetAsInteger(String arg0)

Parameters

arg0 String

String

Returns

Integer

Integer

GetAsLong(String)

public Long GetAsLong(String arg0)

Parameters

arg0 String

String

Returns

Long

Long

GetAsShort(String)

public Short GetAsShort(String arg0)

Parameters

arg0 String

String

Returns

Short

Short

GetAsString(String)

public String GetAsString(String arg0)

Parameters

arg0 String

String

Returns

String

String

IsEmpty()

public bool IsEmpty()

Returns

bool

bool

KeySet()

public Set<String> KeySet()

Returns

Set<String>

Set

Put(String, Boolean)

public void Put(String arg0, Boolean arg1)

Parameters

arg0 String

String

arg1 Boolean

Boolean

Put(String, Byte)

public void Put(String arg0, Byte arg1)

Parameters

arg0 String

String

arg1 Byte

Byte

Put(String, Double)

public void Put(String arg0, Double arg1)

Parameters

arg0 String

String

arg1 Double

Double

Put(String, Float)

public void Put(String arg0, Float arg1)

Parameters

arg0 String

String

arg1 Float

Float

Put(String, Integer)

public void Put(String arg0, Integer arg1)

Parameters

arg0 String

String

arg1 Integer

Integer

Put(String, Long)

public void Put(String arg0, Long arg1)

Parameters

arg0 String

String

arg1 Long

Long

Put(String, Short)

public void Put(String arg0, Short arg1)

Parameters

arg0 String

String

arg1 Short

Short

Put(String, String)

public void Put(String arg0, String arg1)

Parameters

arg0 String

String

arg1 String

String

Put(String, byte[])

public void Put(String arg0, byte[] arg1)

Parameters

arg0 String

String

arg1 byte[]

byte

PutAll(ContentValues)

public void PutAll(ContentValues arg0)

Parameters

arg0 ContentValues

ContentValues

PutNull(String)

public void PutNull(String arg0)

Parameters

arg0 String

String

Remove(String)

public void Remove(String arg0)

Parameters

arg0 String

String

Size()

public int Size()

Returns

int

int

ValueSet()

public Set<Map.Entry<String, object>> ValueSet()

Returns

Set<Map.Entry<String, object>>

Set

WriteToParcel(Parcel, int)

public void WriteToParcel(Parcel arg0, int arg1)

Parameters

arg0 Parcel

Parcel

arg1 int

int