Class GroupDisplayBindableBase<T>
- Namespace
- H.Mvvm.ViewModels.Base
- Assembly
- H.Mvvm.dll
public abstract class GroupDisplayBindableBase<T> : DisplayBindableBase, INotifyPropertyChanged, IDisplayBindable, IIconable, INameable, IOrderable, IGroupable, IDable, IDescriptionable
Type Parameters
T
- Inheritance
-
GroupDisplayBindableBase<T>
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
GroupDisplayBindableBase()
public GroupDisplayBindableBase()
Properties
NodeDatas
public ObservableCollection<T> NodeDatas { get; set; }
Property Value
Methods
CreateNodeDatas()
protected abstract IEnumerable<T> CreateNodeDatas()
Returns
- IEnumerable<T>