如果我们不知道服务合同,哪个集合有wcf的datamember值?

时间:2011-06-23 14:17:33

标签: wcf

如果我们不知道服务合同,那么哪个集合有wcf的datamember值? 假设我的服务合同就像

[的ServiceContract] [OperationContract的]         员工Getinfo(int id); 在我实现它的类中

员工emp = new Employee(); emp.name =“abc”; emp.address =“pune”; return emp;

在客户端我再次创建了Employee的对象 ServiceReference1.Employee empobj = new ServiceReference1.Employee(); empobj = servicereferenceobject.Getinfo(3);

所以empobj正在向我提供员工的所有数据。 但是,我现在想要这样的收集像一个empobj工作是有什么???

0 个答案:

没有答案