Class SetContentIdLoadPhase
Inheritance
SetContentIdLoadPhase
Assembly: cs.temp.dll.dll
Syntax
public class SetContentIdLoadPhase : LoadPhaseBase
Fields
_actionService
Declaration
protected IActionService _actionService
Field Value
| Type |
Description |
| IActionService |
|
_contentIdToLoad
Declaration
protected string _contentIdToLoad
Field Value
Methods
Cleanup()
Declaration
public override void Cleanup()
Initialize(String)
Initialize the ILoadPhase with the contentIdToLoad we wish to load.
Declaration
public virtual ILoadPhase Initialize(string contentIdToLoad)
Parameters
| Type |
Name |
Description |
| String |
contentIdToLoad |
|
Returns
| Type |
Description |
| ILoadPhase |
|
Inject(IResolver)
Declaration
public override void Inject(IResolver resolver)
Parameters
| Type |
Name |
Description |
| IResolver |
resolver |
|
RunCancelLogic()
Declaration
protected override void RunCancelLogic()
RunCompleteLogic()
Declaration
protected override void RunCompleteLogic()
RunRevertLogic()
Declaration
protected override void RunRevertLogic()
RunStartLogic()
Declaration
protected override void RunStartLogic()