C# Class DIExample.Services.WrappedView

Inheritance: IView, IDisposable
Exibir arquivo Open project: jbogard/blogexamples Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Render ( System.Web.Mvc.ViewContext viewContext, TextWriter writer ) : void
WrappedView ( System.Web.Mvc.WebFormView baseView, IContainer container ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
BuildUpMasterPage ( MasterPage master ) : void
GetModelType ( Type viewType ) : Type
RenderViewPage ( System.Web.Mvc.ViewContext context, ViewPage page ) : void
RenderViewUserControl ( System.Web.Mvc.ViewContext context, ViewUserControl control ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

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

Render() public method

public Render ( System.Web.Mvc.ViewContext viewContext, TextWriter writer ) : void
viewContext System.Web.Mvc.ViewContext
writer System.IO.TextWriter
return void

WrappedView() public method

public WrappedView ( System.Web.Mvc.WebFormView baseView, IContainer container ) : System
baseView System.Web.Mvc.WebFormView
container IContainer
return System