C# Класс Sage.Views.ViewConfiguration

Represents the xml configuration for the controller views.
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
SynchronizeElements void
ViewConfiguration System

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

Метод Описание
Create ( SageController controller, ViewInfo viewInfo ) : ViewConfiguration

Creates a new ViewConfiguration instance for the specified controller and viewInfo.

Process ( ) : ViewModel

Discovers any module XML elements in the current configuration, and creates and processed their matching module instances.

ToString ( ) : string

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

Метод Описание
SynchronizeElements ( XmlElement targetElement, XmlElement sourceElement ) : void
ViewConfiguration ( SageController controller, ViewInfo viewInfo ) : System

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

Create() публичный статический Метод

Creates a new ViewConfiguration instance for the specified controller and viewInfo.
public static Create ( SageController controller, ViewInfo viewInfo ) : ViewConfiguration
controller Sage.Controllers.SageController The controller for which to create the view configuration.
viewInfo ViewInfo The object that contains the information about the view.
Результат ViewConfiguration

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

Discovers any module XML elements in the current configuration, and creates and processed their matching module instances.
public Process ( ) : ViewModel
Результат ViewModel

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

public ToString ( ) : string
Результат string