C# Class Blade.Utility.RenderingDiagnostics

Inheritance: IDisposable
Show file Open project: kamsar/Blade

Public Methods

Method Description
Dispose ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void
RenderingEndDiagnostics ( ) : void
RenderingStartDiagnostics ( ) : void

Private Methods

Method Description
RenderingDiagnostics ( System.Web.UI.HtmlTextWriter writer, string renderingName, bool cacheable, bool varyByData, bool varyByDevice, bool varyByLogin, bool varyByParm, bool varyByQueryString, bool varyByUser, bool clearOnIndexUpdate, string varyByCustom ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

RenderingEndDiagnostics() protected method

protected RenderingEndDiagnostics ( ) : void
return void

RenderingStartDiagnostics() protected method

protected RenderingStartDiagnostics ( ) : void
return void