Class Tree<TKey, TModel>
Base class for tree structures.
Implements
INotifyPropertyChanged
IDisposable
IDataErrorInfo
INotifyDataErrorInfo
Inherited Members
Namespace: ISynergy.Framework.Core.Collections
Assembly: ISynergy.Framework.Core.dll
Syntax
public class Tree<TKey, TModel> : TreeNode<TKey, TModel>, IObservableClass, IBindable where TKey : struct where TModel : class
Type Parameters
Name | Description |
---|---|
TKey | The type of the t identifier. |
TModel | The type of the t model. |
Constructors
View SourceTree()
Initializes a new instance of the Tree<TKey, TModel> class.
Declaration
public Tree()
Tree(TModel)
Initializes a new instance of the Tree<TKey, TModel> class.
Declaration
public Tree(TModel data)
Parameters
Type | Name | Description |
---|---|---|
TModel | data | The data. |
Implements
INotifyPropertyChanged
IDisposable
IDataErrorInfo
INotifyDataErrorInfo