Interface ITransContainer
画面遷移の際のデータコンテナのインターフェイス。
Namespace: MakCraft.ViewModels
Assembly: MakViewModelBaseCore.dll
Syntax
public interface ITransContainer
Properties
| Improve this Doc View SourceKey
遷移を区別するためのキーを取得します。 一つのビューモデルで複数の画面遷移を持つ場合の処理の分岐用。
Declaration
string Key { get; }
Property Value
Type | Description |
---|---|
System.String |
PreviousViewModel
前画面のビューモデルを取得・設定します。
Declaration
TransitionViewModelBase PreviousViewModel { get; set; }
Property Value
Type | Description |
---|---|
TransitionViewModelBase |
TransStartViewModel
遷移動作の開始元ビューモデルを取得します。
Declaration
TransitionViewModelBase TransStartViewModel { get; }
Property Value
Type | Description |
---|---|
TransitionViewModelBase |