C# Class MALClient.XShared.ViewModels.MainViewModelBase

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

Méthodes publiques

Свойство Type Description
InitDetails string>.Tuple
InitDetailsFull object>.Tuple

Protected Properties

Свойство Type Description
_navigating bool
_postponedNavigationArgs object>.Tuple
_searchStateBeforeNavigatingToSearch bool?
_subscribed bool
_wasOnDetailsFromSearch bool

Méthodes publiques

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

Méthodes protégées

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

Méthode Description
OnSearchFilterSelected ( ) : void
ReverseSearchInput ( ) : void
SetSearchHints ( ) : void

Method Details

AnimeListOnInitialized() protected méthode

protected AnimeListOnInitialized ( ) : void
Résultat void

AnimeListOnInitializedLoadArgs() protected méthode

protected AnimeListOnInitializedLoadArgs ( ) : void
Résultat void

CurrentOffStatusStoryboardBegin() protected abstract méthode

protected abstract CurrentOffStatusStoryboardBegin ( ) : void
Résultat void

CurrentOffSubStatusStoryboardBegin() protected abstract méthode

protected abstract CurrentOffSubStatusStoryboardBegin ( ) : void
Résultat void

CurrentStatusStoryboardBegin() protected abstract méthode

protected abstract CurrentStatusStoryboardBegin ( ) : void
Résultat void

GetCurrentListOrderParams() public méthode

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
Résultat MALClient.XShared.NavArgs.AnimeListPageNavigationArgs

HideSearchStuff() protected méthode

protected HideSearchStuff ( ) : void
Résultat void

InitSplitter() protected méthode

protected InitSplitter ( ) : void
Résultat void

Navigate() public abstract méthode

public abstract Navigate ( PageIndex index, object args = null ) : void
index PageIndex
args object
Résultat void

OnSearchInputSubmit() public méthode

public OnSearchInputSubmit ( ) : void
Résultat void

PopulateSearchFilters() public méthode

public PopulateSearchFilters ( HashSet filters ) : void
filters HashSet
Résultat void

ResetSearchFilter() protected méthode

protected ResetSearchFilter ( ) : void
Résultat void

ShowSearchStuff() protected méthode

protected ShowSearchStuff ( ) : void
Résultat void

SubmitSearchQueryWithDelayCheck() public méthode

public SubmitSearchQueryWithDelayCheck ( ) : void
Résultat void

ToggleSearchStuff() protected méthode

protected ToggleSearchStuff ( ) : void
Résultat void

UnToggleSearchStuff() protected méthode

protected UnToggleSearchStuff ( ) : void
Résultat void

Property Details

InitDetails public_oe static_oe property

public static Tuple InitDetails
Résultat string>.Tuple

InitDetailsFull public_oe static_oe property

public static Tuple InitDetailsFull
Résultat object>.Tuple

_navigating protected_oe property

protected bool _navigating
Résultat bool

_postponedNavigationArgs protected_oe property

protected Tuple _postponedNavigationArgs
Résultat object>.Tuple

_searchStateBeforeNavigatingToSearch protected_oe property

protected bool? _searchStateBeforeNavigatingToSearch
Résultat bool?

_subscribed protected_oe property

protected bool _subscribed
Résultat bool

_wasOnDetailsFromSearch protected_oe property

protected bool _wasOnDetailsFromSearch
Résultat bool