我尝试动态编辑节点父节点时我无法
例如我做:
ChannelFactory<ServiceReference2.MnfGetFlowVehInfoPortTypeChannel> typeChannel = new ChannelFactory<ServiceReference2.MnfGetFlowVehInfoPortTypeChannel>(new WebHttpBinding(WebHttpSecurityMode.None), new EndpointAddress(uriAdress));
typeChannel.Endpoint.EndpointBehaviors.Add(new XmlRpcEndpointBehavior());
它不起作用,请注意它将添加foo属性但不添加父属性。如果我尝试更改Id属性也是如此。 如何将父属性添加/编辑到节点?
答案 0 :(得分:2)
node.move({parent: 'new name'});