Наследование: Ice.ObjectPrxHelperBase, ConverterPrx
Пример #1
0
 public static ConverterPrx read__(IceInternal.BasicStream is__)
 {
     Ice.ObjectPrx proxy = is__.readProxy();
     if (proxy != null)
     {
         ConverterPrxHelper result = new ConverterPrxHelper();
         result.copyFrom__(proxy);
         return(result);
     }
     return(null);
 }
Пример #2
0
        public static ConverterPrx uncheckedCast(Ice.ObjectPrx b, string f)
        {
            if (b == null)
            {
                return(null);
            }
            Ice.ObjectPrx      bb = b.ice_facet(f);
            ConverterPrxHelper h  = new ConverterPrxHelper();

            h.copyFrom__(bb);
            return(h);
        }
Пример #3
0
        public static ConverterPrx checkedCast(Ice.ObjectPrx b, _System.Collections.Generic.Dictionary <string, string> ctx)
        {
            if (b == null)
            {
                return(null);
            }
            ConverterPrx r = b as ConverterPrx;

            if ((r == null) && b.ice_isA(ice_staticId(), ctx))
            {
                ConverterPrxHelper h = new ConverterPrxHelper();
                h.copyFrom__(b);
                r = h;
            }
            return(r);
        }
Пример #4
0
        public static ConverterPrx uncheckedCast(Ice.ObjectPrx b)
        {
            if (b == null)
            {
                return(null);
            }
            ConverterPrx r = b as ConverterPrx;

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