Rendering |
public class RenderingStepsGroup : RenderingStepBase
The RenderingStepsGroup type exposes the following members.
Name | Description | |
---|---|---|
RenderingStepsGroup | Constructor |
Name | Description | |
---|---|---|
ToString |
Returns a string that represents the current object.
(Overrides RenderingStepBaseToString) |
RenderingStepsGroup is a rendering step that can group multiple rendering steps inside its Children list of rendering steps.
RenderingStepsGroup differences from other rendering steps:
- The OnRun(RenderingContext) method is never called for RenderingStepsGroup
- The event BeforeRunningStep is called before the first child is executed.
- The event AfterRunningStep is called after the last child is executed.