Exemplo n.º 1
0
 public static cm_node_category_rpcPrx read__(IceInternal.BasicStream is__)
 {
     Ice.ObjectPrx proxy = is__.readProxy();
     if(proxy != null)
     {
         cm_node_category_rpcPrxHelper result = new cm_node_category_rpcPrxHelper();
         result.copyFrom__(proxy);
         return result;
     }
     return null;
 }
Exemplo n.º 2
0
 public static cm_node_category_rpcPrx read(Ice.InputStream inS__)
 {
     Ice.ObjectPrx proxy = inS__.readProxy();
     if(proxy != null)
     {
         cm_node_category_rpcPrxHelper result = new cm_node_category_rpcPrxHelper();
         result.copyFrom__(proxy);
         return result;
     }
     return null;
 }
Exemplo n.º 3
0
 public static cm_node_category_rpcPrx uncheckedCast(Ice.ObjectPrx b, string f)
 {
     if(b == null)
     {
         return null;
     }
     Ice.ObjectPrx bb = b.ice_facet(f);
     cm_node_category_rpcPrxHelper h = new cm_node_category_rpcPrxHelper();
     h.copyFrom__(bb);
     return h;
 }
Exemplo n.º 4
0
 public static cm_node_category_rpcPrx uncheckedCast(Ice.ObjectPrx b)
 {
     if(b == null)
     {
         return null;
     }
     cm_node_category_rpcPrx r = b as cm_node_category_rpcPrx;
     if(r == null)
     {
         cm_node_category_rpcPrxHelper h = new cm_node_category_rpcPrxHelper();
         h.copyFrom__(b);
         r = h;
     }
     return r;
 }
Exemplo n.º 5
0
 public static cm_node_category_rpcPrx checkedCast(Ice.ObjectPrx b, string f, _System.Collections.Generic.Dictionary<string, string> ctx)
 {
     if(b == null)
     {
         return null;
     }
     Ice.ObjectPrx bb = b.ice_facet(f);
     try
     {
         if(bb.ice_isA(ice_staticId(), ctx))
         {
             cm_node_category_rpcPrxHelper h = new cm_node_category_rpcPrxHelper();
             h.copyFrom__(bb);
             return h;
         }
     }
     catch(Ice.FacetNotExistException)
     {
     }
     return null;
 }
Exemplo n.º 6
0
 public static cm_node_category_rpcPrx checkedCast(Ice.ObjectPrx b, string f)
 {
     if(b == null)
     {
         return null;
     }
     Ice.ObjectPrx bb = b.ice_facet(f);
     try
     {
         if(bb.ice_isA(ice_staticId()))
         {
             cm_node_category_rpcPrxHelper h = new cm_node_category_rpcPrxHelper();
             h.copyFrom__(bb);
             return h;
         }
     }
     catch(Ice.FacetNotExistException)
     {
     }
     return null;
 }
Exemplo n.º 7
0
 public static cm_node_category_rpcPrx checkedCast(Ice.ObjectPrx b, _System.Collections.Generic.Dictionary<string, string> ctx)
 {
     if(b == null)
     {
         return null;
     }
     cm_node_category_rpcPrx r = b as cm_node_category_rpcPrx;
     if((r == null) && b.ice_isA(ice_staticId(), ctx))
     {
         cm_node_category_rpcPrxHelper h = new cm_node_category_rpcPrxHelper();
         h.copyFrom__(b);
         r = h;
     }
     return r;
 }