프로퍼티 | 타입 | 설명 | |
---|---|---|---|
StrategyBridge | System |
메소드 | 설명 | |
---|---|---|
ElementUnregistered ( HighlightModel element ) : void | ||
GetStrategyNames ( ) : IEnumerable |
Get all the available strategy names
|
|
GetStrategyTypes ( ) : IEnumerable |
Get the list of all types that implements IScrollingStrategy
|
|
GoToElement ( HighlightModel element ) : void | ||
OnExternalEvent ( ) : void | ||
Pause ( bool forceEndHighlight ) : void | ||
Resume ( ) : void | ||
Setup ( |
||
Start ( ) : void | ||
Stop ( ) : void | ||
StrategyBridge ( |
||
SwitchTo ( string strategyName ) : void |
Switch to the specified strategy
|
메소드 | 설명 | |
---|---|---|
StrategyBridge ( ) : System |
public ElementUnregistered ( HighlightModel element ) : void | ||
element | HighlightModel | |
리턴 | void |
public GoToElement ( HighlightModel element ) : void | ||
element | HighlightModel | |
리턴 | void |
public Setup ( |
||
timer | ||
getElements | Func |
|
config | IPluginConfigAccessor | |
리턴 | void |
public StrategyBridge ( |
||
timer | ||
getElements | Func |
|
config | IPluginConfigAccessor | |
리턴 | System |
public SwitchTo ( string strategyName ) : void | ||
strategyName | string | The name of the strategy to switch to |
리턴 | void |