Rendering |
The RenderingStep type exposes the following members.
Name | Description | |
---|---|---|
Dispose | ||
Dispose(Boolean) |
Dispose this rendering step and all child rendering steps
(Overrides ComponentBaseDispose(Boolean)) | |
OnAddedToRenderingStepsList | OnAddedToRenderingStepsList is called when this RenderingStep is added to the RenderingSteps collection. | |
OnAfterRunningStep | OnAfterRunningStep | |
OnBeforeRunningStep | OnBeforeRunningStep | |
OnIsEnabledChanged | OnIsEnabledChanged is called when the IsEnabled is changed. | |
OnLoaded | OnLoaded is called when this rendering step is added to the RenderingStepsList. | |
OnRemovedFromRenderingStepsList | OnRemovedFromRenderingStepsList is called when this RenderingStep is removed to the RenderingSteps collection. | |
OnRun | OnRun abstract method executes the code for this rendering step. The method should true to continue executing rendering steps; when false is returned then rendering is terminated. | |
OnUnloaded | OnUnloaded is called when this rendering step is removed from the RenderingStepsList. | |
Run | Runs the rendering step. When false is returned then rendering is terminated. | |
SaveExecutionTimeStatistics | SaveExecutionTimeStatistics is called when we are collecting statistics. The implementation of the method should save or add the elapsedMilliseconds to the corresponding property in the RenderingStatistics class. | |
ToString |
Returns a string that represents the current object.
(Overrides ObjectToString) |