Open GoogleCodeExporter opened 9 years ago
I see this as an extension of existing functional:
public IHierarchyNode<TNode> : IEntity
where TNode: IHierarchyNode<TNode> // note sure if this will work ;)
{
[Field]
TNode Parent { get; }
}
+ a set of extension methods. As far as I can assume, nothing additional is
necessary...
So let's see - we'll try to add this to Extensions project after releasing v4.2.
Original comment by alex.yakunin
on 5 Feb 2010 at 7:14
Original comment by alex.yakunin
on 5 Feb 2010 at 7:16
Original comment by alexis.k...@gmail.com
on 9 Feb 2010 at 1:58
Original issue reported on code.google.com by
kl.v...@gmail.com
on 5 Feb 2010 at 1:30