Method | Description | |
---|---|---|
AddAfter ( INavigation after, INavigation navigation ) : void | ||
AddElementAt ( int index, INavigation navigation ) : void | ||
AddFirst ( INavigation navigation ) : void | ||
AddLast ( INavigation navigation ) : void | ||
GetNextExplicitSiblingProvider ( INavigation navigation ) : IRawElementProviderFragment | ||
GetPreviousExplicitSiblingProvider ( INavigation navigation ) : IRawElementProviderFragment | ||
Initialize ( ) : void | ||
Navigate ( NavigateDirection direction ) : IRawElementProviderFragment | ||
ParentNavigation ( FragmentControlProvider provider ) : System.Linq | ||
ParentNavigation ( FragmentControlProvider provider, |
||
Remove ( INavigation navigation ) : void | ||
Terminate ( ) : void |
Method | Description | |
---|---|---|
OnNavigationChildrenUpdated ( object sender, |
public AddAfter ( INavigation after, INavigation navigation ) : void | ||
after | INavigation | |
navigation | INavigation | |
return | void |
public AddElementAt ( int index, INavigation navigation ) : void | ||
index | int | |
navigation | INavigation | |
return | void |
public AddFirst ( INavigation navigation ) : void | ||
navigation | INavigation | |
return | void |
public AddLast ( INavigation navigation ) : void | ||
navigation | INavigation | |
return | void |
public GetNextExplicitSiblingProvider ( INavigation navigation ) : IRawElementProviderFragment | ||
navigation | INavigation | |
return | IRawElementProviderFragment |
public GetPreviousExplicitSiblingProvider ( INavigation navigation ) : IRawElementProviderFragment | ||
navigation | INavigation | |
return | IRawElementProviderFragment |
public Navigate ( NavigateDirection direction ) : IRawElementProviderFragment | ||
direction | NavigateDirection | |
return | IRawElementProviderFragment |
public ParentNavigation ( FragmentControlProvider provider ) : System.Linq | ||
provider | FragmentControlProvider | |
return | System.Linq |
public ParentNavigation ( FragmentControlProvider provider, |
||
provider | FragmentControlProvider | |
parentNavigation | ||
return | System.Linq |
public Remove ( INavigation navigation ) : void | ||
navigation | INavigation | |
return | void |