Exemplo n.º 1
0
 private void LoadLookupData()
 {
     CheckLookupObjects();
     try
     {
         Source.Execute();
         LookupBuffer.Wait();
     }
     catch (Exception e)
     {
         throw e;
     }
 }
Exemplo n.º 2
0
 public void Init()
 {
     Source.LinkTo(LookupBuffer);
     Source.Execute();
     LookupBuffer.Wait();
 }
Exemplo n.º 3
0
 public ProviderDomNodeFactory()
 {
     attributes = new LookupBuffer(typeof(HxlAttribute));
     elements   = new LookupBuffer(typeof(HxlElement));
 }