C# Class android.widget.ResourceCursorAdapter

Inheritance: android.widget.CursorAdapter
Show file Open project: JeroMiya/androidmono

Public Methods

Method Description
ResourceCursorAdapter ( android arg0, int arg1, android arg2 )
ResourceCursorAdapter ( android arg0, int arg1, android arg2, bool arg3 )
newDropDownView ( android arg0, android arg1, android arg2 ) : global::android.view.View
newView ( android arg0, android arg1, android arg2 ) : global::android.view.View
setDropDownViewResource ( int arg0 ) : void
setViewResource ( int arg0 ) : void

Protected Methods

Method Description
ResourceCursorAdapter ( global @__env )

Private Methods

Method Description
ResourceCursorAdapter ( )

Method Details

ResourceCursorAdapter() public method

public ResourceCursorAdapter ( android arg0, int arg1, android arg2 )
arg0 android
arg1 int
arg2 android

ResourceCursorAdapter() public method

public ResourceCursorAdapter ( android arg0, int arg1, android arg2, bool arg3 )
arg0 android
arg1 int
arg2 android
arg3 bool

ResourceCursorAdapter() protected method

protected ResourceCursorAdapter ( global @__env )
@__env global

newDropDownView() public method

public newDropDownView ( android arg0, android arg1, android arg2 ) : global::android.view.View
arg0 android
arg1 android
arg2 android
return global::android.view.View

newView() public method

public newView ( android arg0, android arg1, android arg2 ) : global::android.view.View
arg0 android
arg1 android
arg2 android
return global::android.view.View

setDropDownViewResource() public method

public setDropDownViewResource ( int arg0 ) : void
arg0 int
return void

setViewResource() public method

public setViewResource ( int arg0 ) : void
arg0 int
return void