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

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

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

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