C# Class MALClient.Android.Fragments.SearchFragments.AnimeSearchPageFragment

Inheritance: MalFragmentBase
ファイルを表示 Open project: Mordonus/MALClient

Public Methods

Method Description
BuildInstance ( bool initBindings = true ) : AnimeSearchPageFragment

Protected Methods

Method Description
Init ( Bundle savedInstanceState ) : void
InitBindings ( ) : void

Private Methods

Method Description
AnimeSearchPageFragment ( bool initBindings ) : System
AnimeSearchPageListOnItemClick ( object sender, Android.Widget.AdapterView itemClickEventArgs ) : void
GetTemplateDelegate ( int i, AnimeSearchItemViewModel animeSearchItemViewModel, Android.Views.View convertView ) : Android.Views.View
ViewOnClick ( object sender, EventArgs eventArgs ) : void

Method Details

BuildInstance() public static method

public static BuildInstance ( bool initBindings = true ) : AnimeSearchPageFragment
initBindings bool
return AnimeSearchPageFragment

Init() protected method

protected Init ( Bundle savedInstanceState ) : void
savedInstanceState Bundle
return void

InitBindings() protected method

protected InitBindings ( ) : void
return void