C# 클래스 DotNetify.VMControllerFactory

Provides view model controllers.
상속: IVMControllerFactory
파일 보기 프로젝트 열기: dsuryd/dotNetify

공개 메소드들

메소드 설명
GetInstance ( string key ) : VMController

Creates a view model controller and assigns it a key. On subsequent calls, use the same key to return the same object.

Remove ( string key ) : bool

Removes an existing view model controller.

비공개 메소드들

메소드 설명
GetCacheItemPolicy ( ) : System.Runtime.Caching.CacheItemPolicy

Returns cached item policy for view model controllers.

TimeSpan ( ) : System

메소드 상세

GetInstance() 공개 메소드

Creates a view model controller and assigns it a key. On subsequent calls, use the same key to return the same object.
public GetInstance ( string key ) : VMController
key string Identifies the object.
리턴 VMController

Remove() 공개 메소드

Removes an existing view model controller.
public Remove ( string key ) : bool
key string Identifies the object.
리턴 bool