C# Class Calyptus.Mvc.ViewFactoryBase

Inheritance: IViewFactory
Afficher le fichier Open project: sebmarkbage/calyptus.mvc

Méthodes publiques

Méthode Description
FindView ( IViewTemplate view ) : IView

Méthodes protégées

Méthode Description
GetInstance ( Type templateType ) : IView
GetViewType ( Type templateType ) : Type

Method Details

FindView() public abstract méthode

public abstract FindView ( IViewTemplate view ) : IView
view IViewTemplate
Résultat IView

GetInstance() protected méthode

protected GetInstance ( Type templateType ) : IView
templateType System.Type
Résultat IView

GetViewType() protected abstract méthode

protected abstract GetViewType ( Type templateType ) : Type
templateType System.Type
Résultat System.Type