Interface IViewModelBlade
Interface IViewModelBlade Implements the IViewModel
Inherited Members
Namespace: ISynergy.Framework.Mvvm.Abstractions.ViewModels
Assembly: ISynergy.Framework.Mvvm.dll
Syntax
public interface IViewModelBlade : IViewModel, IObservableClass, IBindable, ICleanup
Properties
View SourceIsDisabled
Gets or sets a value indicating whether this instance is disabled.
Declaration
bool IsDisabled { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Owner
Gets or sets the owner.
Declaration
IViewModelBladeView Owner { get; set; }
Property Value
Type | Description |
---|---|
IViewModelBladeView | The owner. |
Extension Methods
CollectionExtensions.FromHierarchy<TSource>(TSource, Func<TSource, TSource>, Func<TSource, Boolean>)