Example #1
0
 public static FoupMovePrx read__(IceInternal.BasicStream is__)
 {
     Ice.ObjectPrx proxy = is__.readProxy();
     if (proxy != null)
     {
         FoupMovePrxHelper result = new FoupMovePrxHelper();
         result.copyFrom__(proxy);
         return(result);
     }
     return(null);
 }
Example #2
0
        public static FoupMovePrx uncheckedCast(Ice.ObjectPrx b, string f)
        {
            if (b == null)
            {
                return(null);
            }
            Ice.ObjectPrx     bb = b.ice_facet(f);
            FoupMovePrxHelper h  = new FoupMovePrxHelper();

            h.copyFrom__(bb);
            return(h);
        }
Example #3
0
        public static FoupMovePrx uncheckedCast(Ice.ObjectPrx b)
        {
            if (b == null)
            {
                return(null);
            }
            FoupMovePrx r = b as FoupMovePrx;

            if (r == null)
            {
                FoupMovePrxHelper h = new FoupMovePrxHelper();
                h.copyFrom__(b);
                r = h;
            }
            return(r);
        }
Example #4
0
        public static FoupMovePrx checkedCast(Ice.ObjectPrx b)
        {
            if (b == null)
            {
                return(null);
            }
            FoupMovePrx r = b as FoupMovePrx;

            if ((r == null) && b.ice_isA(ice_staticId()))
            {
                FoupMovePrxHelper h = new FoupMovePrxHelper();
                h.copyFrom__(b);
                r = h;
            }
            return(r);
        }
Example #5
0
        public static FoupMovePrx checkedCast(Ice.ObjectPrx b, _System.Collections.Generic.Dictionary <string, string> ctx)
        {
            if (b == null)
            {
                return(null);
            }
            FoupMovePrx r = b as FoupMovePrx;

            if ((r == null) && b.ice_isA(ice_staticId(), ctx))
            {
                FoupMovePrxHelper h = new FoupMovePrxHelper();
                h.copyFrom__(b);
                r = h;
            }
            return(r);
        }
Example #6
0
 public static FoupMovePrx 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))
         {
             FoupMovePrxHelper h = new FoupMovePrxHelper();
             h.copyFrom__(bb);
             return(h);
         }
     }
     catch (Ice.FacetNotExistException)
     {
     }
     return(null);
 }
Example #7
0
 public static FoupMovePrx 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()))
         {
             FoupMovePrxHelper h = new FoupMovePrxHelper();
             h.copyFrom__(bb);
             return(h);
         }
     }
     catch (Ice.FacetNotExistException)
     {
     }
     return(null);
 }
Example #8
0
 public static FoupMovePrx uncheckedCast(Ice.ObjectPrx b, string f)
 {
     if(b == null)
     {
         return null;
     }
     Ice.ObjectPrx bb = b.ice_facet(f);
     FoupMovePrxHelper h = new FoupMovePrxHelper();
     h.copyFrom__(bb);
     return h;
 }
Example #9
0
 public static FoupMovePrx read__(IceInternal.BasicStream is__)
 {
     Ice.ObjectPrx proxy = is__.readProxy();
     if(proxy != null)
     {
         FoupMovePrxHelper result = new FoupMovePrxHelper();
         result.copyFrom__(proxy);
         return result;
     }
     return null;
 }
Example #10
0
 public static FoupMovePrx uncheckedCast(Ice.ObjectPrx b)
 {
     if(b == null)
     {
         return null;
     }
     FoupMovePrx r = b as FoupMovePrx;
     if(r == null)
     {
         FoupMovePrxHelper h = new FoupMovePrxHelper();
         h.copyFrom__(b);
         r = h;
     }
     return r;
 }
Example #11
0
 public static FoupMovePrx 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))
         {
             FoupMovePrxHelper h = new FoupMovePrxHelper();
             h.copyFrom__(bb);
             return h;
         }
     }
     catch(Ice.FacetNotExistException)
     {
     }
     return null;
 }
Example #12
0
 public static FoupMovePrx 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()))
         {
             FoupMovePrxHelper h = new FoupMovePrxHelper();
             h.copyFrom__(bb);
             return h;
         }
     }
     catch(Ice.FacetNotExistException)
     {
     }
     return null;
 }
Example #13
0
 public static FoupMovePrx checkedCast(Ice.ObjectPrx b, _System.Collections.Generic.Dictionary<string, string> ctx)
 {
     if(b == null)
     {
         return null;
     }
     FoupMovePrx r = b as FoupMovePrx;
     if((r == null) && b.ice_isA(ice_staticId(), ctx))
     {
         FoupMovePrxHelper h = new FoupMovePrxHelper();
         h.copyFrom__(b);
         r = h;
     }
     return r;
 }
Example #14
0
 public static FoupMovePrx checkedCast(Ice.ObjectPrx b)
 {
     if(b == null)
     {
         return null;
     }
     FoupMovePrx r = b as FoupMovePrx;
     if((r == null) && b.ice_isA(ice_staticId()))
     {
         FoupMovePrxHelper h = new FoupMovePrxHelper();
         h.copyFrom__(b);
         r = h;
     }
     return r;
 }