Interface IShellViewModel
Interface IShellViewModel Implements the IViewModel
Inherited Members
Namespace: ISynergy.Framework.Mvvm.Abstractions.ViewModels
Assembly: ISynergy.Framework.Mvvm.dll
Syntax
public interface IShellViewModel : IViewModel, IObservableClass, IBindable, ICleanup
Properties
View SourceSettingsCommand
Gets or sets the settings _command.
Declaration
AsyncRelayCommand SettingsCommand { get; }
Property Value
Type | Description |
---|---|
AsyncRelayCommand | The settings _command. |
Extension Methods
CollectionExtensions.FromHierarchy<TSource>(TSource, Func<TSource, TSource>, Func<TSource, Boolean>)