C# 클래스 MALClient.XShared.ViewModels.MainViewModelBase

상속: ViewModelBase
파일 보기 프로젝트 열기: Mordonus/MALClient

공개 프로퍼티들

프로퍼티 타입 설명
InitDetails string>.Tuple
InitDetailsFull object>.Tuple

보호된 프로퍼티들

프로퍼티 타입 설명
_navigating bool
_postponedNavigationArgs object>.Tuple
_searchStateBeforeNavigatingToSearch bool?
_subscribed bool
_wasOnDetailsFromSearch bool

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
AnimeListOnInitialized ( ) : void
AnimeListOnInitializedLoadArgs ( ) : void
CurrentOffStatusStoryboardBegin ( ) : void
CurrentOffSubStatusStoryboardBegin ( ) : void
CurrentStatusStoryboardBegin ( ) : void
HideSearchStuff ( ) : void
InitSplitter ( ) : void
ResetSearchFilter ( ) : void
ShowSearchStuff ( ) : void
ToggleSearchStuff ( ) : void
UnToggleSearchStuff ( ) : void

비공개 메소드들

메소드 설명
OnSearchFilterSelected ( ) : void
ReverseSearchInput ( ) : void
SetSearchHints ( ) : void

메소드 상세

AnimeListOnInitialized() 보호된 메소드

protected AnimeListOnInitialized ( ) : void
리턴 void

AnimeListOnInitializedLoadArgs() 보호된 메소드

protected AnimeListOnInitializedLoadArgs ( ) : void
리턴 void

CurrentOffStatusStoryboardBegin() 보호된 추상적인 메소드

protected abstract CurrentOffStatusStoryboardBegin ( ) : void
리턴 void

CurrentOffSubStatusStoryboardBegin() 보호된 추상적인 메소드

protected abstract CurrentOffSubStatusStoryboardBegin ( ) : void
리턴 void

CurrentStatusStoryboardBegin() 보호된 추상적인 메소드

protected abstract CurrentStatusStoryboardBegin ( ) : void
리턴 void

GetCurrentListOrderParams() 공개 메소드

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
리턴 MALClient.XShared.NavArgs.AnimeListPageNavigationArgs

HideSearchStuff() 보호된 메소드

protected HideSearchStuff ( ) : void
리턴 void

InitSplitter() 보호된 메소드

protected InitSplitter ( ) : void
리턴 void

Navigate() 공개 추상적인 메소드

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

OnSearchInputSubmit() 공개 메소드

public OnSearchInputSubmit ( ) : void
리턴 void

PopulateSearchFilters() 공개 메소드

public PopulateSearchFilters ( HashSet filters ) : void
filters HashSet
리턴 void

ResetSearchFilter() 보호된 메소드

protected ResetSearchFilter ( ) : void
리턴 void

ShowSearchStuff() 보호된 메소드

protected ShowSearchStuff ( ) : void
리턴 void

SubmitSearchQueryWithDelayCheck() 공개 메소드

public SubmitSearchQueryWithDelayCheck ( ) : void
리턴 void

ToggleSearchStuff() 보호된 메소드

protected ToggleSearchStuff ( ) : void
리턴 void

UnToggleSearchStuff() 보호된 메소드

protected UnToggleSearchStuff ( ) : void
리턴 void

프로퍼티 상세

InitDetails 공개적으로 정적으로 프로퍼티

public static Tuple InitDetails
리턴 string>.Tuple

InitDetailsFull 공개적으로 정적으로 프로퍼티

public static Tuple InitDetailsFull
리턴 object>.Tuple

_navigating 보호되어 있는 프로퍼티

protected bool _navigating
리턴 bool

_postponedNavigationArgs 보호되어 있는 프로퍼티

protected Tuple _postponedNavigationArgs
리턴 object>.Tuple

_searchStateBeforeNavigatingToSearch 보호되어 있는 프로퍼티

protected bool? _searchStateBeforeNavigatingToSearch
리턴 bool?

_subscribed 보호되어 있는 프로퍼티

protected bool _subscribed
리턴 bool

_wasOnDetailsFromSearch 보호되어 있는 프로퍼티

protected bool _wasOnDetailsFromSearch
리턴 bool