C# Class DIExample.Services.WrappedView

Inheritance: IView, IDisposable
Afficher le fichier Open project: jbogard/blogexamples Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

Méthode 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 méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Render() public méthode

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

WrappedView() public méthode

public WrappedView ( System.Web.Mvc.WebFormView baseView, IContainer container ) : System
baseView System.Web.Mvc.WebFormView
container IContainer
Résultat System