Interface IViewModelDialog<TEntity>
Interface IViewModelDialog Implements the IViewModelSelectedItem<TEntity>
Inherited Members
Namespace: ISynergy.Framework.Mvvm.Abstractions.ViewModels
Assembly: ISynergy.Framework.Mvvm.dll
Syntax
public interface IViewModelDialog<TEntity> : IViewModelSelectedItem<TEntity>, IViewModel, IObservableClass, IBindable, ICleanup
Type Parameters
Name | Description |
---|---|
TEntity | The type of the t entity. |
Methods
View SourceSubmitAsync(TEntity, Boolean)
Declaration
Task SubmitAsync(TEntity e, bool validateUnderlayingProperties = true)
Parameters
Type | Name | Description |
---|---|---|
TEntity | e | |
System.Boolean | validateUnderlayingProperties |
Returns
Type | Description |
---|---|
Task |
Events
View SourceSubmitted
Occurs when [submitted].
Declaration
event EventHandler<SubmitEventArgs<TEntity>> Submitted
Event Type
Type | Description |
---|---|
EventHandler<SubmitEventArgs<TEntity>> |
Extension Methods
CollectionExtensions.FromHierarchy<TSource>(TSource, Func<TSource, TSource>, Func<TSource, Boolean>)
See Also
IViewModelSelectedItem<TEntity>