C# Class android.content.Entity

Inheritance: java.lang.Object
Show file Open project: JeroMiya/androidmono

Public Methods

Method Description
Entity ( android arg0 )
addSubValue ( android arg0, android arg1 ) : void
getEntityValues ( ) : global::android.content.ContentValues
getSubValues ( ) : global::java.util.ArrayList
toString ( ) : global::java.lang.String

Private Methods

Method Description
Entity ( )
Entity ( global @__env )

Method Details

Entity() public method

public Entity ( android arg0 )
arg0 android

addSubValue() public method

public addSubValue ( android arg0, android arg1 ) : void
arg0 android
arg1 android
return void

getEntityValues() public method

public getEntityValues ( ) : global::android.content.ContentValues
return global::android.content.ContentValues

getSubValues() public method

public getSubValues ( ) : global::java.util.ArrayList
return global::java.util.ArrayList

toString() public final method

public final toString ( ) : global::java.lang.String
return global::java.lang.String