C# 클래스 Sage.Views.ViewModel

Implements a class that holds the final result of processing a ViewConfiguration.
파일 보기 프로젝트 열기: igorfrance/sage 1 사용 예제들

공개 메소드들

메소드 설명
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