Interface IViewModelDialogWizard<TEntity>
Interface IViewModelDialogWizard Implements the IViewModelDialog<TEntity>
Inherited Members
Namespace: ISynergy.Framework.Mvvm.Abstractions.ViewModels
Assembly: ISynergy.Framework.Mvvm.dll
Syntax
public interface IViewModelDialogWizard<TEntity> : IViewModelDialog<TEntity>, IViewModelSelectedItem<TEntity>, IViewModel, IObservableClass, IBindable, ICleanup
Type Parameters
Name | Description |
---|---|
TEntity | The type of the t entity. |
Extension Methods
CollectionExtensions.FromHierarchy<TSource>(TSource, Func<TSource, TSource>, Func<TSource, Boolean>)
See Also
IViewModelDialog<TEntity>