C# Класс withSIX.Core.Applications.MVVM.ViewModels.ReactiveViewAware

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

Открытые свойства

Свойство Тип Описание
CacheViewsByDefault bool
DefaultContext object

Защищенные свойства (Protected)

Свойство Тип Описание
Views object>.IDictionary

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

Метод Описание
GetView ( object context = null ) : object

Gets a view previously attached to this instance.

ReactiveViewAware ( ) : Windows.UI.Xaml

Creates an instance of ReactiveViewAware.

ReactiveViewAware ( bool cacheViews ) : Windows.UI.Xaml

Creates an instance of ReactiveViewAware.

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

Метод Описание
OnViewAttached ( object view, object context ) : void

Called when a view is attached.

OnViewLoaded ( object view ) : void

Called when an attached view's Loaded event fires.

OnViewReady ( object view ) : void

Called the first time the page's LayoutUpdated event fires after it is navigated to.

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

Метод Описание
AttachViewReadyOnActivated ( IActivate activatable, object nonGeneratedView ) : void
IViewAware ( object view, object context ) : void

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

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

Gets a view previously attached to this instance.
public GetView ( object context = null ) : object
context object The context denoting which view to retrieve.
Результат object

OnViewAttached() защищенный Метод

Called when a view is attached.
protected OnViewAttached ( object view, object context ) : void
view object The view.
context object The context in which the view appears.
Результат void

OnViewLoaded() защищенный Метод

Called when an attached view's Loaded event fires.
protected OnViewLoaded ( object view ) : void
view object
Результат void

OnViewReady() защищенный Метод

Called the first time the page's LayoutUpdated event fires after it is navigated to.
protected OnViewReady ( object view ) : void
view object
Результат void

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

Creates an instance of ReactiveViewAware.
public ReactiveViewAware ( ) : Windows.UI.Xaml
Результат Windows.UI.Xaml

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

Creates an instance of ReactiveViewAware.
public ReactiveViewAware ( bool cacheViews ) : Windows.UI.Xaml
cacheViews bool Indicates whether or not this instance maintains a view cache.
Результат Windows.UI.Xaml

Описание свойств

CacheViewsByDefault публичное статическое свойство

Indicates whether or not implementors of IViewAware should cache their views by default.
public static bool CacheViewsByDefault
Результат bool

DefaultContext публичное статическое свойство

The default view context.
public static object DefaultContext
Результат object

Views защищенное свойство

The view chache for this instance.
protected IDictionary Views
Результат object>.IDictionary