C# Class MALClient.XShared.ViewModels.MainViewModelBase

Inheritance: ViewModelBase
Datei anzeigen Open project: Mordonus/MALClient

Public Properties

Property Type Description
InitDetails string>.Tuple
InitDetailsFull object>.Tuple

Protected Properties

Property Type Description
_navigating bool
_postponedNavigationArgs object>.Tuple
_searchStateBeforeNavigatingToSearch bool?
_subscribed bool
_wasOnDetailsFromSearch bool

Public Methods

Method Description
GetCurrentListOrderParams ( ) : AnimeListPageNavigationArgs

This method is OLD, very very OLD. It's so OLD that it SHOULD die a few months ago. I'm lazy.

Navigate ( PageIndex index, object args = null ) : void
OnSearchInputSubmit ( ) : void
PopulateSearchFilters ( HashSet filters ) : void
SubmitSearchQueryWithDelayCheck ( ) : void

Protected Methods

Method Description
AnimeListOnInitialized ( ) : void
AnimeListOnInitializedLoadArgs ( ) : void
CurrentOffStatusStoryboardBegin ( ) : void
CurrentOffSubStatusStoryboardBegin ( ) : void
CurrentStatusStoryboardBegin ( ) : void
HideSearchStuff ( ) : void
InitSplitter ( ) : void
ResetSearchFilter ( ) : void
ShowSearchStuff ( ) : void
ToggleSearchStuff ( ) : void
UnToggleSearchStuff ( ) : void

Private Methods

Method Description
OnSearchFilterSelected ( ) : void
ReverseSearchInput ( ) : void
SetSearchHints ( ) : void

Method Details

AnimeListOnInitialized() protected method

protected AnimeListOnInitialized ( ) : void
return void

AnimeListOnInitializedLoadArgs() protected method

protected AnimeListOnInitializedLoadArgs ( ) : void
return void

CurrentOffStatusStoryboardBegin() protected abstract method

protected abstract CurrentOffStatusStoryboardBegin ( ) : void
return void

CurrentOffSubStatusStoryboardBegin() protected abstract method

protected abstract CurrentOffSubStatusStoryboardBegin ( ) : void
return void

CurrentStatusStoryboardBegin() protected abstract method

protected abstract CurrentStatusStoryboardBegin ( ) : void
return void

GetCurrentListOrderParams() public method

This method is OLD, very very OLD. It's so OLD that it SHOULD die a few months ago. I'm lazy.
public GetCurrentListOrderParams ( ) : AnimeListPageNavigationArgs
return MALClient.XShared.NavArgs.AnimeListPageNavigationArgs

HideSearchStuff() protected method

protected HideSearchStuff ( ) : void
return void

InitSplitter() protected method

protected InitSplitter ( ) : void
return void

Navigate() public abstract method

public abstract Navigate ( PageIndex index, object args = null ) : void
index PageIndex
args object
return void

OnSearchInputSubmit() public method

public OnSearchInputSubmit ( ) : void
return void

PopulateSearchFilters() public method

public PopulateSearchFilters ( HashSet filters ) : void
filters HashSet
return void

ResetSearchFilter() protected method

protected ResetSearchFilter ( ) : void
return void

ShowSearchStuff() protected method

protected ShowSearchStuff ( ) : void
return void

SubmitSearchQueryWithDelayCheck() public method

public SubmitSearchQueryWithDelayCheck ( ) : void
return void

ToggleSearchStuff() protected method

protected ToggleSearchStuff ( ) : void
return void

UnToggleSearchStuff() protected method

protected UnToggleSearchStuff ( ) : void
return void

Property Details

InitDetails public_oe static_oe property

public static Tuple InitDetails
return string>.Tuple

InitDetailsFull public_oe static_oe property

public static Tuple InitDetailsFull
return object>.Tuple

_navigating protected_oe property

protected bool _navigating
return bool

_postponedNavigationArgs protected_oe property

protected Tuple _postponedNavigationArgs
return object>.Tuple

_searchStateBeforeNavigatingToSearch protected_oe property

protected bool? _searchStateBeforeNavigatingToSearch
return bool?

_subscribed protected_oe property

protected bool _subscribed
return bool

_wasOnDetailsFromSearch protected_oe property

protected bool _wasOnDetailsFromSearch
return bool