English 中文(简体)
申请的网络服务中无形阶级
原标题:Invisible class from WebService in application

I. 拥有多个班级的网吧

我胜诉的申请见他们,但并非每个人都。

这一应用程序可上网查阅这一网络服务。

我认为,这一申请见网页Method所用的每一类,但我使用网上Method和Iwanna的母类,将其投到另一个类别,而后者没有在网上使用。

最佳回答
问题回答

在推荐申请中,你不“见”任何类别的网络服务。 网页上使用的所有课程都有一个proxy-class。 因此,在你的客户申请中,你不使用母子,而是母子的代理。

询问:

  1. Put all data classes in a separate assembly, which you reference from the webservice and from the client.
  2. Build a method that (or get a solution that) copies every property of the proxy-class to the original.
  3. Then cast the original to the derived class.

现有的解决办法是复制原类别。





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

热门标签