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

Implements a class that holds the final result of processing a ViewConfiguration.
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
ViewModel ( ViewConfiguration viewConfiguration ) : System

Initializes a new instance of the ViewModel class.

ViewModel ( ViewConfiguration viewConfiguration, XmlElement viewElement ) : System

Initializes a new instance of the ViewModel class.

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

Метод Описание
AddLibraryReference ( string libraryName ) : void
AddModuleLibraryReference ( string libraryName, string moduleName ) : void
AddModuleResult ( string moduleKey, ModuleResult result ) : void
AddModuleType ( string moduleKey ) : void
AddViewLibraryReference ( string libraryName ) : void
AddViewResources ( List resources ) : void

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

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

Initializes a new instance of the ViewModel class.
public ViewModel ( ViewConfiguration viewConfiguration ) : System
viewConfiguration ViewConfiguration The view configuration associated with this view input.
Результат System

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

Initializes a new instance of the ViewModel class.
public ViewModel ( ViewConfiguration viewConfiguration, XmlElement viewElement ) : System
viewConfiguration ViewConfiguration The name of this view.
viewElement System.Xml.XmlElement The configuration element of the view template this class handles.
Результат System