C# Класс Calyptus.Mvc.WebFormsViewFactory

Наследование: IViewFactory
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
GetControlType System.Type
GetMasterOf IViewTemplate
GetMasterType string
GetPageType System.Type
GetPaths IEnumerable
GetType System.Type
GetType System.Type
InitMasterRecursively void

Открытые методы

Метод Описание
FindView ( IViewTemplate template ) : IView

Защищенные методы

Метод Описание
GetControlInstance ( IViewTemplate template ) : IView
GetMasterInstance ( IViewTemplate template, IView parent ) : IView
GetPageInstance ( IViewTemplate template ) : IView

Приватные методы

Метод Описание
GetControlType ( Type t ) : Type
GetMasterOf ( IViewTemplate t ) : IViewTemplate
GetMasterType ( Type t ) : string
GetPageType ( Type t ) : Type
GetPaths ( Type t ) : IEnumerable
GetType ( Type template, Type validType ) : Type
GetType ( Type template, Type validTypes, string filePatterns ) : Type
InitMasterRecursively ( IView v, IViewTemplate t ) : void

Описание методов

FindView() публичный Метод

public FindView ( IViewTemplate template ) : IView
template IViewTemplate
Результат IView

GetControlInstance() защищенный статический Метод

protected static GetControlInstance ( IViewTemplate template ) : IView
template IViewTemplate
Результат IView

GetMasterInstance() защищенный статический Метод

protected static GetMasterInstance ( IViewTemplate template, IView parent ) : IView
template IViewTemplate
parent IView
Результат IView

GetPageInstance() защищенный статический Метод

protected static GetPageInstance ( IViewTemplate template ) : IView
template IViewTemplate
Результат IView