C# Class android.content.Entity

Inheritance: java.lang.Object
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode 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

Méthode Description
Entity ( )
Entity ( global @__env )

Method Details

Entity() public méthode

public Entity ( android arg0 )
arg0 android

addSubValue() public méthode

public addSubValue ( android arg0, android arg1 ) : void
arg0 android
arg1 android
Résultat void

getEntityValues() public méthode

public getEntityValues ( ) : global::android.content.ContentValues
Résultat global::android.content.ContentValues

getSubValues() public méthode

public getSubValues ( ) : global::java.util.ArrayList
Résultat global::java.util.ArrayList

toString() public final méthode

public final toString ( ) : global::java.lang.String
Résultat global::java.lang.String