public static RepoApiPrx uncheckedCast(Ice.ObjectPrx b) { if(b == null) { return null; } RepoApiPrx r = b as RepoApiPrx; if(r == null) { RepoApiPrxHelper h = new RepoApiPrxHelper(); h.copyFrom__(b); r = h; } return r; }
public static RepoApiPrx uncheckedCast(Ice.ObjectPrx b, string f) { if(b == null) { return null; } Ice.ObjectPrx bb = b.ice_facet(f); RepoApiPrxHelper h = new RepoApiPrxHelper(); h.copyFrom__(bb); return h; }
public static RepoApiPrx read__(IceInternal.BasicStream is__) { Ice.ObjectPrx proxy = is__.readProxy(); if(proxy != null) { RepoApiPrxHelper result = new RepoApiPrxHelper(); result.copyFrom__(proxy); return result; } return null; }
public static RepoApiPrx 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("::RepoIce::RepoApi", ctx)) { RepoApiPrxHelper h = new RepoApiPrxHelper(); h.copyFrom__(bb); return h; } } catch(Ice.FacetNotExistException) { } return null; }
public static RepoApiPrx checkedCast(Ice.ObjectPrx b, string f) { if(b == null) { return null; } Ice.ObjectPrx bb = b.ice_facet(f); try { if(bb.ice_isA("::RepoIce::RepoApi")) { RepoApiPrxHelper h = new RepoApiPrxHelper(); h.copyFrom__(bb); return h; } } catch(Ice.FacetNotExistException) { } return null; }
public static RepoApiPrx checkedCast(Ice.ObjectPrx b, _System.Collections.Generic.Dictionary<string, string> ctx) { if(b == null) { return null; } RepoApiPrx r = b as RepoApiPrx; if((r == null) && b.ice_isA("::RepoIce::RepoApi", ctx)) { RepoApiPrxHelper h = new RepoApiPrxHelper(); h.copyFrom__(b); r = h; } return r; }
public static RepoApiPrx checkedCast(Ice.ObjectPrx b) { if(b == null) { return null; } RepoApiPrx r = b as RepoApiPrx; if((r == null) && b.ice_isA("::RepoIce::RepoApi")) { RepoApiPrxHelper h = new RepoApiPrxHelper(); h.copyFrom__(b); r = h; } return r; }