Show / Hide Table of Contents

Interface ITransContainer

画面遷移の際のデータコンテナのインターフェイス。

Namespace: MakCraft.ViewModels
Assembly: MakViewModelsBase.dll
Syntax
public interface ITransContainer

Properties

| Improve this Doc View Source

Key

遷移を区別するためのキーを取得します。 一つのビューモデルで複数の画面遷移を持つ場合の処理の分岐用。

Declaration
string Key { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

PreviousViewModel

前画面のビューモデルを取得・設定します。

Declaration
TransitionViewModelBase PreviousViewModel { get; set; }
Property Value
Type Description
TransitionViewModelBase
| Improve this Doc View Source

TransStartViewModel

遷移動作の開始元ビューモデルを取得します。

Declaration
TransitionViewModelBase TransStartViewModel { get; }
Property Value
Type Description
TransitionViewModelBase
  • Improve this Doc
  • View Source
Back to top Generated by DocFX