Class ViewModelUtility
ViewModel 関連のユーティリティクラス。
Inheritance
System.Object
ViewModelUtility
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: MakCraft.ViewModels
Assembly: MakViewModelBaseCore.dll
Syntax
public static class ViewModelUtility
Properties
| Improve this Doc View SourceIsReadyCloseAllWindows
すべてのウィンドウが閉じることが可能か確認します。
Declaration
public static bool IsReadyCloseAllWindows { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
| Improve this Doc View SourceCloseViewModels(Type)
指定されたビューモデルのインスタンスの IWindowCloseCommand インターフェイス の WindowClose メソッドを実行します。
Declaration
public static void CloseViewModels(Type type)
Parameters
Type | Name | Description |
---|---|---|
System.Type | type |
Count(Type)
指定されたビューモデルのインスタンスの数を返します。
Declaration
public static int Count(Type type)
Parameters
Type | Name | Description |
---|---|---|
System.Type | type |
Returns
Type | Description |
---|---|
System.Int32 |
GetMainWindowViewModel()
MainWindow となっている Window の ViewModel を返します。
Declaration
public static ViewModelBase GetMainWindowViewModel()
Returns
Type | Description |
---|---|
ViewModelBase |
GetViewModels(Type)
指定されたビューモデルのインスタンスの一覧を返します。
Declaration
public static IReadOnlyList<ViewModelBase> GetViewModels(Type type)
Parameters
Type | Name | Description |
---|---|---|
System.Type | type |
Returns
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyList<ViewModelBase> |