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

Inheritance: MalFragmentBase
Afficher le fichier Open project: Mordonus/MALClient

Méthodes publiques

Méthode Description
BuildInstance ( bool initBindings = true ) : AnimeSearchPageFragment

Méthodes protégées

Méthode Description
Init ( Bundle savedInstanceState ) : void
InitBindings ( ) : void

Private Methods

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

public static BuildInstance ( bool initBindings = true ) : AnimeSearchPageFragment
initBindings bool
Résultat AnimeSearchPageFragment

Init() protected méthode

protected Init ( Bundle savedInstanceState ) : void
savedInstanceState Bundle
Résultat void

InitBindings() protected méthode

protected InitBindings ( ) : void
Résultat void