Exemplo n.º 1
0
 public HiberarchyAgileNodePicker(ISmartDictionaryCache <string, TVal> _cache, string _rootID)
 {
     this.smartDictionaryCache = _cache;
     this.rootID = _rootID;
 }
Exemplo n.º 2
0
 public HiberarchyCache()
 {
     this.smartDictionaryCache = new SmartDictionaryCache <string, TVal>();
     this.agileMultiTree       = new AgileMultiTree <TVal>();
     this.sequenceCodeSplitter = ',';
 }